Author: johannes
Date: 2006-02-21 02:45:55 -0600 (Tue, 21 Feb 2006)
New Revision: 8170

Modified:
   trunk/gnue-appserver/src/geasSession.py
Log:
Reverted the last change, so calling _destroy () twice will throw an 
exception


Modified: trunk/gnue-appserver/src/geasSession.py
===================================================================
--- trunk/gnue-appserver/src/geasSession.py     2006-02-21 08:19:38 UTC (rev 
8169)
+++ trunk/gnue-appserver/src/geasSession.py     2006-02-21 08:45:55 UTC (rev 
8170)
@@ -267,8 +267,7 @@
     self.filters          = {}
 
     # FIXME: should the authAdapter be contacted?
-    if self.__connection:
-      self.__connection.close ()
+    self.__connection.close ()
 
     self.loggedIn = 0
 



_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to