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

metze at samba.org metze at samba.org
Wed Mar 30 04:55:03 GMT 2005


Author: metze
Date: 2005-03-30 04:55:02 +0000 (Wed, 30 Mar 2005)
New Revision: 6128

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

Log:
fix the build

metze

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


Changeset:
Modified: branches/SAMBA_4_0/source/auth/gensec/gensec_gsskrb5.c
===================================================================
--- branches/SAMBA_4_0/source/auth/gensec/gensec_gsskrb5.c	2005-03-30 04:40:24 UTC (rev 6127)
+++ branches/SAMBA_4_0/source/auth/gensec/gensec_gsskrb5.c	2005-03-30 04:55:02 UTC (rev 6128)
@@ -24,7 +24,7 @@
 #include "includes.h"
 #include "system/kerberos.h"
 #include "system/time.h"
-#include "libcli/auth/kerberos.h"
+#include "auth/kerberos/kerberos.h"
 #include "auth/auth.h"
 
 static const gss_OID_desc gensec_gss_krb5_mechanism_oid_desc =
@@ -465,7 +465,7 @@
 
 	input_token.length = length;
 	input_token.value = data;
-	
+
 	maj_stat = gss_wrap(&min_stat, 
 			    gensec_gsskrb5_state->gssapi_context,
 			    0,



More information about the samba-cvs mailing list