emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/net zeroconf.el


From: Michael Albinus
Subject: [Emacs-diffs] emacs/lisp/net zeroconf.el
Date: Sat, 25 Jul 2009 08:31:09 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       09/07/25 08:31:09

Modified files:
        lisp/net       : zeroconf.el 

Log message:
        * 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 <address@hidden>.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/net/zeroconf.el?cvsroot=emacs&r1=1.5&r2=1.6

Patches:
Index: zeroconf.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/zeroconf.el,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- zeroconf.el 5 Jan 2009 03:22:50 -0000       1.5
+++ zeroconf.el 25 Jul 2009 08:31:09 -0000      1.6
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]