We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3735a3e commit b876d82Copy full SHA for b876d82
1 file changed
scheduler/ipp.c
@@ -5495,8 +5495,12 @@ create_local_bg_thread(
5495
_cupsRWLockWrite(&printer->lock);
5496
5497
printer->config_time = time(NULL);
5498
- printer->state = IPP_PSTATE_IDLE;
5499
- printer->accepting = 1;
+
+ if (printer->temporary)
5500
+ {
5501
+ printer->state = IPP_PSTATE_IDLE;
5502
+ printer->accepting = 1;
5503
+ }
5504
5505
_cupsRWUnlock(&printer->lock);
5506
0 commit comments