]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Don't use "rfo" for CUPS queues (mirror previous bug fix for mDNSResponder).
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 4 Sep 2013 20:05:00 +0000 (20:05 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 4 Sep 2013 20:05:00 +0000 (20:05 +0000)
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

index 1aa4a16348ada16dda5d7815abd7e84e34cf4a07..0678c272eecd08c996c0d0aed512a30af184194f 100644 (file)
@@ -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";