We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7a589 commit 50bc1d5Copy full SHA for 50bc1d5
1 file changed
scheduler/ipp.c
@@ -5319,8 +5319,12 @@ create_local_bg_thread(
5319
cupsRWLockWrite(&printer->lock);
5320
5321
printer->config_time = time(NULL);
5322
- printer->state = IPP_PSTATE_IDLE;
5323
- printer->accepting = 1;
+
+ if (printer->temporary)
5324
+ {
5325
+ printer->state = IPP_PSTATE_IDLE;
5326
+ printer->accepting = 1;
5327
+ }
5328
5329
cupsRWUnlock(&printer->lock);
5330
0 commit comments