]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-dump-solver.cc
use the same code to detect quiet setting in all tools
[apt.git] / cmdline / apt-dump-solver.cc
index 424764b3c35c5461e9ec3f8bf963f3a91480b0b6..f765234c5f8b61d5fc2a729e76d39699b277e047 100644 (file)
@@ -41,7 +41,7 @@ int main(int argc,const char *argv[])                                 /*{{{*/
                return 0;
        }
         // we really don't need anything
-        DropPrivs();
+        DropPrivileges();
 
        FILE* input = fdopen(STDIN_FILENO, "r");
        FILE* output = fopen("/tmp/dump.edsp", "w");