Commit fa18e71c authored by Matt Tucker's avatar Matt Tucker Committed by matt

Slightly cleaner method of shutting down database connection manager.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5420 b35dd754-fafc-0310-a699-88a17e54d16e
parent 254b1328
......@@ -812,7 +812,7 @@ public class XMPPServer {
pluginManager.shutdown();
}
// Stop the Db connection manager.
DbConnectionManager.getConnectionProvider().destroy();
DbConnectionManager.destroyConnectionProvider();
// hack to allow safe stopping
Log.info("Wildfire stopped");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment