From ba4f9bc008d657933add612b671205211cc5a566 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 1 Jun 2006 06:06:18 +0000 Subject: [PATCH] r15988: try to fix the build on au2 IRIX 6.4 metze (This used to be commit 9e93e6f5fb654e4162bbc039306a4b79003e22d7) --- source4/auth/kerberos/krb5_init_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/auth/kerberos/krb5_init_context.c b/source4/auth/kerberos/krb5_init_context.c index 97c8ff51f32..d895d7a3369 100644 --- a/source4/auth/kerberos/krb5_init_context.c +++ b/source4/auth/kerberos/krb5_init_context.c @@ -257,7 +257,7 @@ static krb5_error_code smb_krb5_send_and_recv_func(krb5_context context, case PF_INET: name = "ipv4"; break; -#ifdef PF_INET6 +#ifdef HAVE_SOCKET_IPV6 case PF_INET6: name = "ipv6"; break; -- 2.34.1