Browse Source

Disable Mth.DropPrivsOrDie() in copy.cc for now

Dch-Ignore: true
Michael Vogt 11 years ago
parent
commit
d36b27305d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      methods/copy.cc

+ 0 - 1
methods/copy.cc

@@ -120,6 +120,5 @@ int main()
 
 
    CopyMethod Mth;
    CopyMethod Mth;
 
 
-   Mth.DropPrivsOrDie();
    return Mth.Run();
    return Mth.Run();
 }
 }