changeset 2194 | 1597710c6118 |
parent 2184 | f59f80e034b1 |
child 2195 | 4ae585fc7183 |
--- a/gameServer/OfficialServer/extdbinterface.hs Wed Jun 24 23:53:02 2009 +0000 +++ b/gameServer/OfficialServer/extdbinterface.hs Thu Jun 25 10:49:05 2009 +0000 @@ -48,7 +48,7 @@ Control.Exception.handle (\e -> return ()) $ handleSqlError $ bracket (connectMySQL mySQLConnectionInfo) - (disconnect) + (return . const) (dbInteractionLoop)