We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0ff58 commit 34f7a22Copy full SHA for 34f7a22
1 file changed
cups/auth.c
@@ -176,7 +176,7 @@ cupsDoAuthentication(
176
DEBUG_printf(("2cupsDoAuthentication: Trying scheme \"%s\"...", scheme));
177
178
#ifdef HAVE_GSSAPI
179
- if (!_cups_strcasecmp(scheme, "Negotiate") && !cups_is_local_connection(http))
+ if (!_cups_strcasecmp(scheme, "Negotiate") && httpAddrFamily(httpGetAddress(http)) != AF_LOCAL)
180
{
181
/*
182
* Kerberos authentication to remote server...
0 commit comments