# HG changeset patch
# User nemo
# Date 1245926980 0
# Node ID 4ae585fc718301c0729c1c3d8f4322878bca6e7e
# Parent  1597710c6118a6817a781df48e210b773569124e
Oops. Sorry about that. Restore correct extdbinterface.hs

diff -r 1597710c6118 -r 4ae585fc7183 gameServer/OfficialServer/extdbinterface.hs
--- 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)