diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-09-26 17:50:18 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-09-26 17:50:18 +0200 |
commit | d36b27305dae21f9b3b6de056853ecd8bbd157e6 (patch) | |
tree | f591b175687f77a6b87a4d334f34fb899e324b80 /methods | |
parent | 13a72218012a5f862f691f1016c9c147972ee8ec (diff) |
Disable Mth.DropPrivsOrDie() in copy.cc for now
Dch-Ignore: true
Diffstat (limited to 'methods')
-rw-r--r-- | methods/copy.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/methods/copy.cc b/methods/copy.cc index 3883c822b..b65bc4dd5 100644 --- a/methods/copy.cc +++ b/methods/copy.cc @@ -120,6 +120,5 @@ int main() CopyMethod Mth; - Mth.DropPrivsOrDie(); return Mth.Run(); } |