X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/3927c6da48c206b6b251661f44680d9883b4f6b4..bdc00df54d97c2825ce37dd1c249f633f199a80b:/methods/gzip.cc diff --git a/methods/gzip.cc b/methods/gzip.cc index 518e58f82..7ffcda60f 100644 --- a/methods/gzip.cc +++ b/methods/gzip.cc @@ -135,11 +135,12 @@ int main(int, char *argv[]) { setlocale(LC_ALL, ""); - DropPrivs(); - Prog = strrchr(argv[0],'/'); ++Prog; GzipMethod Mth; + + Mth.DropPrivsOrDie(); + return Mth.Run(); }