summaryrefslogtreecommitdiffstats
path: root/avahi-python/avahi-bookmarks.in
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-python/avahi-bookmarks.in')
-rwxr-xr-xavahi-python/avahi-bookmarks.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/avahi-python/avahi-bookmarks.in b/avahi-python/avahi-bookmarks.in
index 2de9186..74037bb 100755
--- a/avahi-python/avahi-bookmarks.in
+++ b/avahi-python/avahi-bookmarks.in
@@ -62,10 +62,8 @@ class AvahiBookmarks(resource.Resource):
self.version_string = self.server.GetVersionString()
self.browse_service_type("_http._tcp")
-
- # Hurrah! if I enable one of the following lines, python segfaults.
- #self.browse_service_type("_https._tcp")
- #self.browse_service_type("_ftp._tcp")
+ self.browse_service_type("_https._tcp")
+ self.browse_service_type("_ftp._tcp")
def browse_service_type(self, stype):