From: zdohnal Date: Mon, 15 Jan 2024 15:00:56 +0000 (+0100) Subject: backend/ipp.c: Fix infinite loop with Kerberos X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89f7f5d3d129bc6b902ee92ce6a6af5163fc8564;p=thirdparty%2Fcups.git 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 --- 89f7f5d3d129bc6b902ee92ce6a6af5163fc8564