Fix service unregistration; the service will get cleaned up when Avahi notices that it has gone away so we don't have to delete it ourselves

master
Dan Williams 18 years ago
parent 6b181ced13
commit 2a50bbd3ca

@ -661,8 +661,6 @@ class PresenceService(object):
if not group:
raise ValueError("Service was not a local service provided by this laptop!")
group.Free()
key = (service.get_full_name(), service.get_type())
del self._services[key]
def register_service_type(self, stype):
"""Requests that the Presence service look for and recognize

Loading…
Cancel
Save