svn commit: samba r6767 - in branches/SAMBA_4_0/source/auth/gensec: .

tpot at samba.org tpot at samba.org
Fri May 13 06:41:42 GMT 2005


Author: tpot
Date: 2005-05-13 06:41:42 +0000 (Fri, 13 May 2005)
New Revision: 6767

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

Log:
Fix compiler warning.

Modified:
   branches/SAMBA_4_0/source/auth/gensec/gensec_gssapi.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/gensec/gensec_gssapi.c
===================================================================
--- branches/SAMBA_4_0/source/auth/gensec/gensec_gssapi.c	2005-05-13 06:28:22 UTC (rev 6766)
+++ branches/SAMBA_4_0/source/auth/gensec/gensec_gssapi.c	2005-05-13 06:41:42 UTC (rev 6767)
@@ -24,6 +24,7 @@
 
 #include "includes.h"
 #include "system/kerberos.h"
+#include "system/network.h"
 #include "auth/kerberos/kerberos.h"
 #include "librpc/gen_ndr/ndr_krb5pac.h"
 #include "auth/auth.h"



More information about the samba-cvs mailing list