]> git.saurik.com Git - apt.git/blobdiff - methods/https.cc
all errors should be printed to stderr
[apt.git] / methods / https.cc
index 0499af0c5126bc629bc0ac8b96c8a45ca98bf814..a74d2a38be4ba416ee7f1bfffbc1fdc3e43a9e0a 100644 (file)
@@ -446,6 +446,8 @@ int main()
    HttpsMethod Mth;
    curl_global_init(CURL_GLOBAL_SSL) ;
 
+   Mth.DropPrivsOrDie();
+
    return Mth.Run();
 }