Mercurial > emacs
changeset 104062:e29040dd9586
* 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>.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sat, 25 Jul 2009 08:31:09 +0000 |
parents | 2d3b4a4eb35a |
children | 987fd9a5b9ac |
files | lisp/net/zeroconf.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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