summaryrefslogtreecommitdiff
path: root/cups/dest.c
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2016-04-21 16:21:54 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2016-04-21 16:21:54 -0400
commit5558a2e2674ed326772411df6ee62b9d298a1f04 (patch)
tree84fb33bac6e45c9b662a1684a62c040714193add /cups/dest.c
parentde8c34f8bdc66b758dea98dfef90dd204ea57aff (diff)
PR #4808: Fix builds without Avahi or mDNSResponder.
Diffstat (limited to 'cups/dest.c')
-rw-r--r--cups/dest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/dest.c b/cups/dest.c
index 17183ff33..1e3060338 100644
--- a/cups/dest.c
+++ b/cups/dest.c
@@ -617,8 +617,8 @@ cupsConnectDest(
#if defined(HAVE_DNSSD) || defined(HAVE_AVAHI)
if (strstr(uri, "._tcp"))
uri = cups_dnssd_resolve(dest, uri, msec, cancel, cb, user_data);
- }
#endif /* HAVE_DNSSD || HAVE_AVAHI */
+ }
}
if (uri)