Added comment

This commit is contained in:
John Goerzen 2007-07-04 19:34:02 +01:00
parent e761573ee2
commit 4b10e30d81

View File

@ -109,6 +109,7 @@ class IMAPServer:
def releaseconnection(self, connection):
"""Releases a connection, returning it to the pool."""
self.connectionlock.acquire()
self.assignedconnections.remove(connection)
self.availableconnections.append(connection)