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

fix missing variable in zeroconf

parent a09cbadd
No related branches found
Tags gajim-0.12.1
No related merge requests found
......@@ -149,7 +149,7 @@ class P2PClient(IdleObject):
self.conn_holder.add_connection(self, self.Server, port, self.to)
# count messages in queue
for val in self.stanzaqueue:
is_message = val[1]
stanza, is_message = val
if is_message:
if self.fd == -1:
if on_not_ok:
......
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