diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-10-07 13:30:27 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-10-07 13:30:27 +0200 |
commit | 373fa2b4b2caae977c41b2c10ea27e41308a05c3 (patch) | |
tree | fe57ee39daa2cef6a7f3832c0c45ed8b8d1ac531 /cmdline/apt-dump-solver.cc | |
parent | 00a06b8eb82cf930511fc003bd16d7034e5a0cb5 (diff) |
Rename DropPrivs() to DropPrivileges()
Git-Dch: ignore
Diffstat (limited to 'cmdline/apt-dump-solver.cc')
-rw-r--r-- | cmdline/apt-dump-solver.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-dump-solver.cc b/cmdline/apt-dump-solver.cc index 424764b3c..f765234c5 100644 --- a/cmdline/apt-dump-solver.cc +++ b/cmdline/apt-dump-solver.cc @@ -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"); |