]> git.saurik.com Git - apt.git/blobdiff - methods/http_main.cc
Add conflicting Signed-By values to error message
[apt.git] / methods / http_main.cc
index f21a5709c69d9f4c75f385c7aa0ae42dd09a8df1..cd52c42e83407bd22dc217720c0ca66970cbe06a 100644 (file)
@@ -15,6 +15,5 @@ int main()
 
    HttpMethod Mth;
 
-   Mth.DropPrivsOrDie();
    return Mth.Loop();
 }