From 781e083e6552d6d36b5ab20eacccc7f8c6478f4a Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Mon, 2 Dec 2024 14:22:11 +0100 Subject: [PATCH] scheduler: Add missing line (related #1102) --- scheduler/ipp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scheduler/ipp.c b/scheduler/ipp.c index a22e612fe..34207ae00 100644 --- a/scheduler/ipp.c +++ b/scheduler/ipp.c @@ -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));