summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-04-30 11:27:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:50 -0500
commitb481b29a1a8279d70efa1e1b6e13520336336f53 (patch)
tree9d0c51ad1b20409a12780e17c3b9b83e6f46c7e5 /source4/auth/kerberos
parentb8bba729ddbaa4a45aea72e8ac4b7ab802e26e44 (diff)
downloadsamba-b481b29a1a8279d70efa1e1b6e13520336336f53.tar.gz
samba-b481b29a1a8279d70efa1e1b6e13520336336f53.tar.bz2
samba-b481b29a1a8279d70efa1e1b6e13520336336f53.zip
r22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the define used by Heimdal.
(This used to be commit 5ff665b6531fdb4c7e56c49b7f923546d93b384c)
Diffstat (limited to 'source4/auth/kerberos')
-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 664f998bc9..b78f6ef94e 100644
--- a/source4/auth/kerberos/krb5_init_context.c
+++ b/source4/auth/kerberos/krb5_init_context.c
@@ -258,7 +258,7 @@ krb5_error_code smb_krb5_send_and_recv_func(krb5_context context,
case PF_INET:
name = "ipv4";
break;
-#ifdef HAVE_SOCKET_IPV6
+#ifdef HAVE_IPV6
case PF_INET6:
name = "ipv6";
break;