readd something, unless there is a reason it got removed in [7706]

This commit is contained in:
Nikos Kouremenos 2006-12-27 06:09:15 +00:00
parent 6dde2b44ce
commit 64dec82bb6
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ class Dispatcher(PlugIn):
self._owner.Connection.disconnect()
return 0
except ExpatError:
sys.exc_clear()
self.DEBUG('Invalid XML received from server. Forcing disconnect.', 'error')
self._owner.Connection.pollend()
return 0