1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-08 22:57:52 +00:00

Ignore su3 files for now, support is comming.

This commit is contained in:
Meeh 2014-07-14 19:47:51 +02:00
parent ccea06202c
commit 0fca4e3e57

View File

@ -56,7 +56,7 @@ namespace data
std::string routerInfo; std::string routerInfo;
std::string tmpUrl; std::string tmpUrl;
std::string filename; std::string filename;
std::string ignoreFileSuffix = ".zip"; std::string ignoreFileSuffix = ".su3";
boost::filesystem::path root = i2p::util::filesystem::GetDataDir(); boost::filesystem::path root = i2p::util::filesystem::GetDataDir();
while (i != j) while (i != j)
{ {