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

tpot at samba.org tpot at samba.org
Wed Apr 13 05:42:07 GMT 2005


Author: tpot
Date: 2005-04-13 05:42:07 +0000 (Wed, 13 Apr 2005)
New Revision: 6322

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

Log:
Fix compile warning for struct sockaddr.

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


Changeset:
Modified: branches/SAMBA_4_0/source/auth/gensec/gensec_krb5.c
===================================================================
--- branches/SAMBA_4_0/source/auth/gensec/gensec_krb5.c	2005-04-13 05:07:04 UTC (rev 6321)
+++ branches/SAMBA_4_0/source/auth/gensec/gensec_krb5.c	2005-04-13 05:42:07 UTC (rev 6322)
@@ -27,6 +27,7 @@
 #include "includes.h"
 #include "system/kerberos.h"
 #include "system/time.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