filter own service again, users should not see themselves in the roster

This commit is contained in:
Stefan Bethge 2006-09-14 23:41:18 +00:00
parent 479abe8c9b
commit a039917951
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ class Zeroconf:
print "Error:", str(err)
def new_service_callback(self, interface, protocol, name, stype, domain, flags):
if True:
#XXX name != self.name
# we don't want to see ourselves in the list
if name != self.name:
# print "Found service '%s' in domain '%s' on %i.%i." % (name, domain, interface, protocol)
#synchronous resolving