]> git.ipfire.org Git - thirdparty/cups.git/commit
Fix backchannel status checking bugs 528/head
authorRose <83477269+AtariDreams@users.noreply.github.com>
Fri, 11 Nov 2022 15:31:06 +0000 (10:31 -0500)
committerRose <83477269+AtariDreams@users.noreply.github.com>
Sun, 29 Jan 2023 17:29:59 +0000 (12:29 -0500)
commit178f07da98f4e2d11816de00d0066a5b75446632
tree1a68d56142191802dc529a1c36a622f5816c1bbb
parentc0e0e077bfbf46e95614e9c485e5c379878efd01
Fix backchannel status checking bugs

Checking for merely (status < 0) is a bug because the check for timeout is deliberate.

Note that you have an if (timeout < 0) at the beginning

So if the timeout is set to a value, it should check for that value.

Co-Authored-By: aaaaaa123456789 <aaaaaa123456789@acidch.at>
cups/backchannel.c