Skip to content
Snippets Groups Projects
Commit f63dcff5 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

prevent a traceback. Fixes #4236

parent ef4eb3e2
No related branches found
No related tags found
No related merge requests found
......@@ -1494,6 +1494,8 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco,
raise common.xmpp.NodeProcessed
def _LastCB(self, con, iq_obj):
if not self.connection:
return
gajim.log.debug('LastCB')
iq_obj = iq_obj.buildReply('result')
qp = iq_obj.getTag('query')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment