]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
backend/ipp.c: Fix infinite loop with Kerberos
authorzdohnal <zdohnal@redhat.com>
Mon, 15 Jan 2024 15:00:56 +0000 (16:00 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Jan 2024 15:00:56 +0000 (16:00 +0100)
If IP address was used with Kerberos, IPP backend retried connection indefinitely. The fix is to abort when we find out hostname is an IP address and we require Kerberos.

Fixes #838


Trivial merge