From 305331a39293a751233f0633dcf1b1dcefc7ecdb Mon Sep 17 00:00:00 2001 From: msweet Date: Wed, 4 Sep 2013 20:05:00 +0000 Subject: [PATCH] Don't use "rfo" for CUPS queues (mirror previous bug fix for mDNSResponder). git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.7@11269 a1ca3aef-8c08-0410-bb20-df032aa958be --- cups/http-support.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cups/http-support.c b/cups/http-support.c index 1aa4a16348..0678c272ee 100644 --- a/cups/http-support.c +++ b/cups/http-support.c @@ -2273,7 +2273,8 @@ http_resolve_cb( */ if ((uribuf->options & _HTTP_RESOLVE_FAXOUT) && - (!strcmp(scheme, "ipp") || !strcmp(scheme, "ipps"))) + (!strcmp(scheme, "ipp") || !strcmp(scheme, "ipps")) && + !avahi_string_list_find(txt, "printer-type")) { reskey = "rfo"; resdefault = "/ipp/faxout"; -- 2.47.2