]> git.saurik.com Git - apt.git/blobdiff - methods/copy.cc
avoid 416 response teardown binding to null pointer
[apt.git] / methods / copy.cc
index e515b2def10e1eed04abd89709915703470ec684..5e36543897eb244637ad86c2d114d1902db5894d 100644 (file)
@@ -13,7 +13,6 @@
 
 #include <apt-pkg/fileutl.h>
 #include <apt-pkg/strutl.h>
-#include <apt-pkg/acquire-method.h>
 #include <apt-pkg/error.h>
 #include <apt-pkg/hashes.h>
 #include <apt-pkg/configuration.h>
@@ -95,9 +94,5 @@ bool CopyMethod::Fetch(FetchItem *Itm)
 
 int main()
 {
-   setlocale(LC_ALL, "");
-
-   CopyMethod Mth;
-
-   return Mth.Run();
+   return CopyMethod().Run();
 }