X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/47d278dc7184606f751d015689e0c49eccde4547..cbb1005a0a2e026e4a7361b0ff86888af192ee85:/methods/http_main.cc 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(); }