1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

* 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>.
This commit is contained in:
Michael Albinus 2009-07-25 08:31:40 +00:00
parent 573794ef42
commit 51768bc824
2 changed files with 8 additions and 1 deletions

View 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,

View 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