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,24 +2116,24 @@ main(int argc, /* I - Number of command-line args */
21162116 password_tries = 0 ;
21172117 else
21182118 {
2119- if (ipp_status == IPP_STATUS_ERROR_INTERNAL )
2120- {
2121- waitjob_tries ++ ;
2119+ if (ipp_status == IPP_STATUS_ERROR_INTERNAL )
2120+ {
2121+ waitjob_tries ++ ;
21222122
2123- if (waitjob_tries > 4 )
2124- {
2125- ippDelete (response );
2126- ipp_status = IPP_STATUS_OK ;
2127- break ;
2128- }
2129- }
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- }
2123+ if (waitjob_tries > 4 )
2124+ {
2125+ ippDelete (response );
2126+ ipp_status = IPP_STATUS_OK ;
2127+ break ;
2128+ }
2129+ }
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