svn commit: samba r4446 - in branches/SAMBA_4_0/source/libcli/auth: .

tridge at samba.org tridge at samba.org
Fri Dec 31 08:54:07 GMT 2004


Author: tridge
Date: 2004-12-31 08:54:07 +0000 (Fri, 31 Dec 2004)
New Revision: 4446

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

Log:
attempt to fix the build - andrew, can you check I've done this right?


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


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/auth/gensec_krb5.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/gensec_krb5.c	2004-12-31 08:44:08 UTC (rev 4445)
+++ branches/SAMBA_4_0/source/libcli/auth/gensec_krb5.c	2004-12-31 08:54:07 UTC (rev 4446)
@@ -403,7 +403,7 @@
 			/* this string should be unique */
 			ccache_string = talloc_asprintf(gensec_krb5_state, "MEMORY:%s:%s:%s", 
 							gensec_get_client_principal(gensec_security, gensec_krb5_state), 
-							gensec_get_target_principal(gensec_security, gensec_krb5_state), 
+							gensec_get_target_principal(gensec_security),
 							generate_random_str(gensec_krb5_state, 16));
 
 			ret = krb5_cc_resolve(gensec_krb5_state->krb5_context, ccache_string, &gensec_krb5_state->krb5_ccache);



More information about the samba-cvs mailing list