File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2116,14 +2116,7 @@ main(int argc, /* I - Number of command-line args */
21162116 password_tries = 0 ;
21172117 else
21182118 {
2119- if (ipp_status != IPP_STATUS_ERROR_SERVICE_UNAVAILABLE &&
2120- ipp_status != IPP_STATUS_ERROR_BUSY )
2121- {
2122- ippDelete (response );
2123- ipp_status = IPP_STATUS_OK ;
2124- break ;
2125- }
2126- else if (ipp_status == IPP_STATUS_ERROR_INTERNAL )
2119+ if (ipp_status == IPP_STATUS_ERROR_INTERNAL )
21272120 {
21282121 waitjob_tries ++ ;
21292122
@@ -2134,6 +2127,13 @@ main(int argc, /* I - Number of command-line args */
21342127 break ;
21352128 }
21362129 }
2130+ else if (ipp_status != IPP_STATUS_ERROR_SERVICE_UNAVAILABLE &&
2131+ ipp_status != IPP_STATUS_ERROR_BUSY )
2132+ {
2133+ ippDelete (response );
2134+ ipp_status = IPP_STATUS_OK ;
2135+ break ;
2136+ }
21372137 }
21382138
21392139 if (response )
You can’t perform that action at this time.
0 commit comments