summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-06-01 06:06:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:08:46 -0500
commitba4f9bc008d657933add612b671205211cc5a566 (patch)
tree21517947cac6b3e30a5ff944d68c68f529970497 /source4/auth
parent49b29f67d4b7aa25b2df3c73ea58004f82f78088 (diff)
downloadsamba-ba4f9bc008d657933add612b671205211cc5a566.tar.gz
samba-ba4f9bc008d657933add612b671205211cc5a566.tar.bz2
samba-ba4f9bc008d657933add612b671205211cc5a566.zip
r15988: try to fix the build on au2 IRIX 6.4
metze (This used to be commit 9e93e6f5fb654e4162bbc039306a4b79003e22d7)
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/kerberos/krb5_init_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/kerberos/krb5_init_context.c b/source4/auth/kerberos/krb5_init_context.c
index 97c8ff51f3..d895d7a336 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;