]> git.ipfire.org Git - thirdparty/cups.git/commit
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)
commit89f7f5d3d129bc6b902ee92ce6a6af5163fc8564
treee43d5386bf3a41ed26ec91e84b4c233637f46691
parent3d185dd4399c84a2f15cd10724fde89d3a98337e
parenta4dad27a25bcb7e66c413fe4a8f93a88a79cc866
backend/ipp.c: Fix infinite loop with Kerberos

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