]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror fix from trunk.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Sun, 22 Dec 2013 05:18:05 +0000 (05:18 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Sun, 22 Dec 2013 05:18:05 +0000 (05:18 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.7@11491 a1ca3aef-8c08-0410-bb20-df032aa958be

CHANGES.txt
backend/ipp.c

index 11501ae712caf48d4d6f09536f02a8fe36cfe973..d95f7f997f175b64f2ff9eca22ff8bdcc56bed8a 100644 (file)
@@ -28,6 +28,8 @@ CHANGES IN CUPS V1.7.1
          (<rdar://problem/15564888>)
        - Shared printers could become inaccessible after a few days on OS X
          (<rdar://problem/15426838>)
+       - The IPP backend did not wait for a busy printer to become available
+         before attempting to print (<rdar://problem/15465667>)
 
 
 CHANGES IN CUPS V1.7.0
index fb9700b110440f7a8dc7ac7f0e323df5bbda72c7..80f6d89ef2be77a9352178bbc8cead8d8b499a47 100644 (file)
@@ -1024,7 +1024,8 @@ main(int  argc,                           /* I - Number of command-line args */
        delay = _cupsNextDelay(delay, &prev_delay);
 
        ippDelete(supported);
-       supported = NULL;
+       supported  = NULL;
+       ipp_status = IPP_STATUS_ERROR_BUSY;
        continue;
       }
     }