*** empty log message ***

This commit is contained in:
Arvid Norberg
2004-03-17 12:55:26 +00:00
parent 06ad07cea7
commit bfd918e90c
4 changed files with 8 additions and 2 deletions

View File

@@ -226,7 +226,8 @@ int main(int argc, char* argv[])
return 1;
}
boost::filesystem::path::default_name_check(boost::filesystem::no_check);
namespace fs = boost::filesystem;
fs::path::default_name_check(fs::no_check);
http_settings settings;
// settings.proxy_ip = "192.168.0.1";