no need to call con.disconnect in disconnectedCB

This commit is contained in:
Yann Leboulanger 2004-04-26 13:52:05 +00:00
parent 4ceafceede
commit b3473a5f1f
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ class GajimCore:
log.debug("disconnectedCB")
if self.connected[self.connexions[con]] == 1:
self.connected[self.connexions[con]] = 0
con.disconnect()
self.hub.sendPlugin('STATUS', self.connexions[con], 'offline')
if self.connexions.has_key(con):
del self.connexions[con]