projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix tests run via sudo checking the history file
[apt.git]
/
methods
/
http_main.cc
diff --git
a/methods/http_main.cc
b/methods/http_main.cc
index f21a5709c69d9f4c75f385c7aa0ae42dd09a8df1..cd52c42e83407bd22dc217720c0ca66970cbe06a 100644
(file)
--- a/
methods/http_main.cc
+++ b/
methods/http_main.cc
@@
-15,6
+15,5
@@
int main()
HttpMethod Mth;
- Mth.DropPrivsOrDie();
return Mth.Loop();
}