Fix undefined-variable
This commit is contained in:
parent
4a9ba28a10
commit
26dda61555
|
@ -1788,7 +1788,7 @@ ConnectionHandlersBase, ConnectionJingle, ConnectionIBBytestream):
|
||||||
return
|
return
|
||||||
|
|
||||||
if result.getType() == 'result':
|
if result.getType() == 'result':
|
||||||
data = msg.getTags('data', namespace=nbxmpp.NS_BOB)
|
data = result.getTags('data', namespace=nbxmpp.NS_BOB)
|
||||||
if data.getAttr('cid') == cid:
|
if data.getAttr('cid') == cid:
|
||||||
for func in self.awaiting_cids[cid]:
|
for func in self.awaiting_cids[cid]:
|
||||||
cb = func[0]
|
cb = func[0]
|
||||||
|
|
Loading…
Reference in New Issue