Philipp Hörist pushed to branch master at gajim / gajim

Commits:
1a352c0e by Philipp Hörist at 2017-08-23T23:34:16+02:00
Zeroconf: Call method with correct arguments

- - - - -


1 changed file:

- gajim/common/zeroconf/zeroconf_bonjour.py


Changes:

=====================================
gajim/common/zeroconf/zeroconf_bonjour.py
=====================================
--- a/gajim/common/zeroconf/zeroconf_bonjour.py
+++ b/gajim/common/zeroconf/zeroconf_bonjour.py
@@ -93,7 +93,7 @@ class Zeroconf:
 
     def new_domain_callback(self, interface, protocol, domain, flags):
         if domain != "local":
-            self.browse_domain(interface, protocol, domain)
+            self.browse_domain(domain)
 
     # takes a TXTRecord instance
     def txt_array_to_dict(self, txt):



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/1a352c0e4723acd345b20a24334bd3fa76fb8781

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/1a352c0e4723acd345b20a24334bd3fa76fb8781
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to