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