added ip filters and fixed torrent_info::create_torrent()

This commit is contained in:
Arvid Norberg
2005-07-06 00:58:23 +00:00
parent 8f975b13b1
commit e003bb8ad5
12 changed files with 934 additions and 247 deletions

View File

@@ -118,7 +118,7 @@ int main(int argc, char* argv[])
}
catch (std::exception& e)
{
std::cerr << e.what() << "\n";
std::cerr << e.what() << "\n";
}
return 0;