fix missing var in zeroconf

This commit is contained in:
Yann Leboulanger 2009-07-16 17:22:34 +02:00
parent 938593952d
commit ba697a583f
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ class P2PClient(IdleObject):
self.stanzaqueue.append((stanza, is_message)) self.stanzaqueue.append((stanza, is_message))
if is_message: if is_message:
thread_id = stanza.getThread()
id_ = stanza.getID() id_ = stanza.getID()
if not id_: if not id_:
id_ = self.Dispatcher.getAnID() id_ = self.Dispatcher.getAnID()