Uncomment filesystem code in ban_manager::write

This commit is contained in:
loonycyborg 2016-05-15 13:59:03 +03:00
parent 2b717a7f3d
commit 3f91836ded

View File

@ -318,9 +318,9 @@ static lg::log_domain log_server("server");
(*itor)->write(child);
}
/*filesystem::scoped_ostream ban_file = filesystem::ostream_file(filename_);
filesystem::scoped_ostream ban_file = filesystem::ostream_file(filename_);
config_writer writer(*ban_file, true);
writer.write(cfg);*/
writer.write(cfg);
}
bool ban_manager::parse_time(const std::string& duration, time_t* time) const