X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/7b18d5592fd5e0bb173e193d1e6693a66065f971..74dedb4ae28fd4f7c89bf769708d4f7edc7ed79a:/methods/http_main.cc?ds=sidebyside diff --git a/methods/http_main.cc b/methods/http_main.cc index d7724701a..cd52c42e8 100644 --- a/methods/http_main.cc +++ b/methods/http_main.cc @@ -1,5 +1,6 @@ #include #include +#include #include #include "http.h" @@ -14,6 +15,5 @@ int main() HttpMethod Mth; - Mth.DropPrivsOrDie(); return Mth.Loop(); }