summaryrefslogtreecommitdiff
path: root/methods/copy.cc
diff options
context:
space:
mode:
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();
}