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

tpot at samba.org tpot at samba.org
Sun Apr 17 00:06:47 GMT 2005


Author: tpot
Date: 2005-04-17 00:06:46 +0000 (Sun, 17 Apr 2005)
New Revision: 6359

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

Log:
Fix compiler warning with struct sockaddr.  I'm sure I fixed this a few
weeks ago - weird.

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


Changeset:
Modified: branches/SAMBA_4_0/source/auth/kerberos/kerberos.c
===================================================================
--- branches/SAMBA_4_0/source/auth/kerberos/kerberos.c	2005-04-16 20:48:04 UTC (rev 6358)
+++ branches/SAMBA_4_0/source/auth/kerberos/kerberos.c	2005-04-17 00:06:46 UTC (rev 6359)
@@ -23,6 +23,7 @@
 */
 
 #include "includes.h"
+#include "system/network.h"
 #include "system/kerberos.h"
 #include "system/time.h"
 #include "auth/kerberos/kerberos.h"



More information about the samba-cvs mailing list