Browse Source

Ignore su3 files for now, support is comming.

pull/93/head
Meeh 10 years ago
parent
commit
0fca4e3e57
  1. 2
      Reseed.cpp

2
Reseed.cpp

@ -56,7 +56,7 @@ namespace data @@ -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)
{

Loading…
Cancel
Save