1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r15988: try to fix the build on au2 IRIX 6.4

metze
(This used to be commit 9e93e6f5fb)
This commit is contained in:
Stefan Metzmacher 2006-06-01 06:06:18 +00:00 committed by Gerald (Jerry) Carter
parent 49b29f67d4
commit ba4f9bc008

View File

@ -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;