diff options
Diffstat (limited to 'methods/http_main.cc')
-rw-r--r-- | methods/http_main.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/methods/http_main.cc b/methods/http_main.cc index f21a5709c..cd52c42e8 100644 --- a/methods/http_main.cc +++ b/methods/http_main.cc @@ -15,6 +15,5 @@ int main() HttpMethod Mth; - Mth.DropPrivsOrDie(); return Mth.Loop(); } |