From f1b2c2311768f6e5d8ad8e55c1daac37546c2f91 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 26 Feb 2018 17:00:41 -0500 Subject: [PATCH] * lisp/net/zeroconf.el (dbus-debug): Declare for builds without dbus. --- lisp/net/zeroconf.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/net/zeroconf.el b/lisp/net/zeroconf.el index 351fc9fc305..0a3f2777b9a 100644 --- a/lisp/net/zeroconf.el +++ b/lisp/net/zeroconf.el @@ -382,6 +382,8 @@ TYPE. The resulting list has the format ;; `zeroconf-services-hash'. (gethash (concat name "/" type) zeroconf-services-hash nil)) +(defvar dbus-debug) + (defun zeroconf-resolve-service (service) "Return all service attributes SERVICE as list. NAME must be a string. The service must be of service type -- 2.39.2