summaryrefslogtreecommitdiff
path: root/source/auth/kerberos/krb5_init_context.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-04-30 11:27:41 +0000
committerJelmer Vernooij <jelmer@samba.org>2007-04-30 11:27:41 +0000
commit58fb33ca11c88f8a9b20990e6bac6f782229f0bf (patch)
tree4099bf8661d31e37148587fa0ebc6dc522ea72ca /source/auth/kerberos/krb5_init_context.c
parente4a4167d818d1365c54c50e042b874e22f54394e (diff)
downloadsamba-58fb33ca11c88f8a9b20990e6bac6f782229f0bf.tar.gz
r22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the define used by Heimdal.talloc-1.0
Diffstat (limited to 'source/auth/kerberos/krb5_init_context.c')
-rw-r--r--source/auth/kerberos/krb5_init_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/auth/kerberos/krb5_init_context.c b/source/auth/kerberos/krb5_init_context.c
index 664f998bc99..b78f6ef94e0 100644
--- a/source/auth/kerberos/krb5_init_context.c
+++ b/source/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;