prevent traceback, fixed #4121
This commit is contained in:
parent
bdcce03d5d
commit
64b73530c4
|
@ -738,6 +738,8 @@ class ConnectionDisco:
|
||||||
raise common.xmpp.NodeProcessed
|
raise common.xmpp.NodeProcessed
|
||||||
|
|
||||||
def _DiscoverInfoGetCB(self, con, iq_obj):
|
def _DiscoverInfoGetCB(self, con, iq_obj):
|
||||||
|
if not self.connection:
|
||||||
|
return
|
||||||
gajim.log.debug('DiscoverInfoGetCB')
|
gajim.log.debug('DiscoverInfoGetCB')
|
||||||
q = iq_obj.getTag('query')
|
q = iq_obj.getTag('query')
|
||||||
node = q.getAttr('node')
|
node = q.getAttr('node')
|
||||||
|
|
Loading…
Reference in New Issue