Skip to content

Commit

Permalink
catch exceptions thrown in server man_manager dtor
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jun 8, 2014
1 parent bdd3edd commit 9dd32c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/ban.cpp
Expand Up @@ -704,7 +704,9 @@ static lg::log_domain log_server("server");

ban_manager::~ban_manager()
{
try {
write();
} catch (...) {}
}

ban_manager::ban_manager()
Expand Down

0 comments on commit 9dd32c4

Please sign in to comment.