From 51768bc824113d16e71d4b6e5e268dc0cec8ec1f Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 25 Jul 2009 08:31:40 +0000 Subject: [PATCH] * 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 . --- lisp/ChangeLog | 7 +++++++ lisp/net/zeroconf.el | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8faa47ed783..62f6c8e0c89 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2009-07-25 Michael Albinus + + * 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 . + 2009-07-24 Kenichi Handa * international/characters.el: Fix setting of category ?C, ?|, ?K, diff --git a/lisp/net/zeroconf.el b/lisp/net/zeroconf.el index 972ff88bb69..e6339776a65 100644 --- a/lisp/net/zeroconf.el +++ b/lisp/net/zeroconf.el @@ -482,7 +482,7 @@ DOMAIN is nil, the local domain is used." (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 -- 2.39.2