Skip to content

Commit

Permalink
Merge pull request #937 from andreas-karlson/bugfix/fix-cupsd-new-pri…
Browse files Browse the repository at this point in the history
…nter-bug

scheduler: Fix regression in background thread (Issue #934)
  • Loading branch information
michaelrsweet committed Apr 10, 2024
2 parents cd03a1d + 2e65a35 commit ac809be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scheduler/ipp.c
Original file line number Diff line number Diff line change
Expand Up @@ -5517,10 +5517,10 @@ create_local_bg_thread(

ippDelete(response);

con->bg_pending = 0;

send_response(con);

con->bg_pending = 0;

return (NULL);
}

Expand Down

0 comments on commit ac809be

Please sign in to comment.