svn commit: samba r15988 - in branches/SAMBA_4_0/source/auth/kerberos: .

metze at samba.org metze at samba.org
Thu Jun 1 06:06:18 GMT 2006


Author: metze
Date: 2006-06-01 06:06:18 +0000 (Thu, 01 Jun 2006)
New Revision: 15988

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15988

Log:
try to fix the build on au2 IRIX 6.4

metze
Modified:
   branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.c
===================================================================
--- branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.c	2006-06-01 03:21:22 UTC (rev 15987)
+++ branches/SAMBA_4_0/source/auth/kerberos/krb5_init_context.c	2006-06-01 06:06:18 UTC (rev 15988)
@@ -257,7 +257,7 @@
 		case PF_INET:
 			name = "ipv4";
 			break;
-#ifdef PF_INET6
+#ifdef HAVE_SOCKET_IPV6
 		case PF_INET6:
 			name = "ipv6";
 			break;



More information about the samba-cvs mailing list