Skip to content

Commit ac809be

Browse files
Merge pull request #937 from andreas-karlson/bugfix/fix-cupsd-new-printer-bug
scheduler: Fix regression in background thread (Issue #934)
2 parents cd03a1d + 2e65a35 commit ac809be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scheduler/ipp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5517,10 +5517,10 @@ create_local_bg_thread(
55175517

55185518
ippDelete(response);
55195519

5520-
con->bg_pending = 0;
5521-
55225520
send_response(con);
55235521

5522+
con->bg_pending = 0;
5523+
55245524
return (NULL);
55255525
}
55265526

0 commit comments

Comments
 (0)