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

abartlet at samba.org abartlet at samba.org
Tue Apr 17 03:49:08 GMT 2007


Author: abartlet
Date: 2007-04-17 03:49:08 +0000 (Tue, 17 Apr 2007)
New Revision: 22293

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

Log:
Try to make it more clear what failed to parse.

Andrew Bartlett

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


Changeset:
Modified: branches/SAMBA_4_0/source/auth/gensec/spnego.c
===================================================================
--- branches/SAMBA_4_0/source/auth/gensec/spnego.c	2007-04-17 03:47:51 UTC (rev 22292)
+++ branches/SAMBA_4_0/source/auth/gensec/spnego.c	2007-04-17 03:49:08 UTC (rev 22293)
@@ -426,7 +426,7 @@
 				    NT_STATUS_EQUAL(nt_status, NT_STATUS_CANT_ACCESS_DOMAIN_INFO)) {
 					/* Pretend we never started it (lets the first run find some incompatible demand) */
 					
-					DEBUG(1, ("SPNEGO(%s) NEG_TOKEN_INIT failed to parse: %s\n", 
+					DEBUG(1, ("SPNEGO(%s) NEG_TOKEN_INIT failed to parse contents: %s\n", 
 						  spnego_state->sub_sec_security->ops->name, nt_errstr(nt_status)));
 					talloc_free(spnego_state->sub_sec_security);
 					spnego_state->sub_sec_security = NULL;



More information about the samba-cvs mailing list