summaryrefslogtreecommitdiff
path: root/methods/copy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'methods/copy.cc')
-rw-r--r--methods/copy.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/methods/copy.cc b/methods/copy.cc
index b78053d36..18d70e153 100644
--- a/methods/copy.cc
+++ b/methods/copy.cc
@@ -118,6 +118,8 @@ int main()
{
setlocale(LC_ALL, "");
+ DropPrivs();
+
CopyMethod Mth;
return Mth.Run();
}