X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/3927c6da48c206b6b251661f44680d9883b4f6b4..30896d0137b02fc0559642a87cd524f2b6504b3c:/methods/http_main.cc diff --git a/methods/http_main.cc b/methods/http_main.cc index 788582632..cd52c42e8 100644 --- a/methods/http_main.cc +++ b/methods/http_main.cc @@ -1,5 +1,6 @@ #include #include +#include #include #include "http.h" @@ -12,8 +13,7 @@ int main() // closes the connection (this is dealt with via ServerDie()) signal(SIGPIPE, SIG_IGN); - DropPrivs(); - HttpMethod Mth; + return Mth.Loop(); }