]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 25 Jul 2009 08:31:40 +0000 (08:31 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 25 Jul 2009 08:31:40 +0000 (08:31 +0000)
instead of "IsNSSSupportAvailable".  Avahi ought to work also when
"IsNSSSupportAvailable" method is not available.  Reported by
Steve Youngs <steve@sxemacs.org>.

lisp/ChangeLog
lisp/net/zeroconf.el

index 8faa47ed7838a8037de744657edb1b1f368a69fb..62f6c8e0c895a0dbacb038fbb4b2d8d81ed5b6ec 100644 (file)
@@ -1,3 +1,10 @@
+2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
+
+       * 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 <steve@sxemacs.org>.
+
 2009-07-24  Kenichi Handa  <handa@m17n.org>
 
        * international/characters.el: Fix setting of category ?C, ?|, ?K,
index 972ff88bb690623aef7042ce3abe73e5718d58c3..e6339776a65c4cbaaed1f07f8b88418a0161dab5 100644 (file)
@@ -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