Skip to content

Commit

Permalink
scheduler: Add missing line (related #1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
zdohnal committed Dec 2, 2024
1 parent 04625d9 commit 781e083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scheduler/ipp.c
Original file line number Diff line number Diff line change
Expand Up @@ -5381,6 +5381,7 @@ create_local_bg_thread(
/* Force printer to timeout and be deleted */
cupsRWLockWrite(&printer->lock);
printer->state_time = 0;
printer->temporary = 1;
cupsRWUnlock(&printer->lock);

send_ipp_status(con, IPP_STATUS_ERROR_DEVICE, _("Unable to read generated PPD: %s"), strerror(errno));
Expand Down

0 comments on commit 781e083

Please sign in to comment.