From 0fca4e3e57c0619a3e2a43377e11b352b48adcbd Mon Sep 17 00:00:00 2001 From: Meeh Date: Mon, 14 Jul 2014 19:47:51 +0200 Subject: [PATCH] Ignore su3 files for now, support is comming. --- Reseed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reseed.cpp b/Reseed.cpp index e60ffa44..23c51dfe 100644 --- a/Reseed.cpp +++ b/Reseed.cpp @@ -56,7 +56,7 @@ namespace data std::string routerInfo; std::string tmpUrl; std::string filename; - std::string ignoreFileSuffix = ".zip"; + std::string ignoreFileSuffix = ".su3"; boost::filesystem::path root = i2p::util::filesystem::GetDataDir(); while (i != j) {