summaryrefslogtreecommitdiff
path: root/methods/copy.cc
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2014-09-26 17:50:18 +0200
committerMichael Vogt <mvo@ubuntu.com>2014-09-26 17:50:18 +0200
commitd36b27305dae21f9b3b6de056853ecd8bbd157e6 (patch)
treef591b175687f77a6b87a4d334f34fb899e324b80 /methods/copy.cc
parent13a72218012a5f862f691f1016c9c147972ee8ec (diff)
Disable Mth.DropPrivsOrDie() in copy.cc for now
Dch-Ignore: true
Diffstat (limited to 'methods/copy.cc')
-rw-r--r--methods/copy.cc1
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();
}