# HG changeset patch # User Michael Albinus # Date 1248510669 0 # Node ID e29040dd9586289bfb98c4ffed4806ba834d2a76 # Parent 2d3b4a4eb35ac973d17920d1e5fb5f614eb15ff0 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString" instead of "IsNSSSupportAvailable". Avahi ought to work also when "IsNSSSupportAvailable" method is not available. Reported by Steve Youngs . diff -r 2d3b4a4eb35a -r e29040dd9586 lisp/net/zeroconf.el --- a/lisp/net/zeroconf.el Sat Jul 25 07:45:10 2009 +0000 +++ b/lisp/net/zeroconf.el Sat Jul 25 08:31:09 2009 +0000 @@ -482,7 +482,7 @@ (dbus-ping :system zeroconf-service-avahi) (dbus-call-method :system zeroconf-service-avahi zeroconf-path-avahi - zeroconf-interface-avahi-server "IsNSSSupportAvailable")) + zeroconf-interface-avahi-server "GetVersionString")) ;; Reset all stored values. (setq zeroconf-path-avahi-service-type-browser nil