]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
cups/http-addrlist.c: Fix hanging on Solaris
authorzdohnal <zdohnal@redhat.com>
Fri, 15 Sep 2023 12:26:02 +0000 (14:26 +0200)
committerGitHub <noreply@github.com>
Fri, 15 Sep 2023 12:26:02 +0000 (14:26 +0200)
Solaris behaves differently regarding connecting to a socket, so our current code caused hanging.

The patch is from @l1gi's comment in #156

Fixes #156


Trivial merge