author | nemo |
Thu, 25 Jun 2009 10:49:40 +0000 | |
changeset 2195 | 4ae585fc7183 |
parent 2194 | 1597710c6118 |
child 2196 | 7032f286301b |
--- a/gameServer/OfficialServer/extdbinterface.hs Thu Jun 25 10:49:05 2009 +0000 +++ b/gameServer/OfficialServer/extdbinterface.hs Thu Jun 25 10:49:40 2009 +0000 @@ -48,7 +48,7 @@ Control.Exception.handle (\e -> return ()) $ handleSqlError $ bracket (connectMySQL mySQLConnectionInfo) - (return . const) + (disconnect) (dbInteractionLoop)