]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
scheduler: Add missing line (related #1102)
authorZdenek Dohnal <zdohnal@redhat.com>
Mon, 2 Dec 2024 13:22:11 +0000 (14:22 +0100)
committerZdenek Dohnal <zdohnal@redhat.com>
Mon, 2 Dec 2024 13:22:11 +0000 (14:22 +0100)
scheduler/ipp.c

index a22e612fe341df113de88b155294d48a7fcbc63f..34207ae00e5ab455b8aa6e6d5ab24a6745771272 100644 (file)
@@ -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));