summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-04-17 03:49:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:50:57 -0500
commitc2688ec22872006c1cdae3c4899153448a0f05ea (patch)
tree1b8d9bf67314e34d42a4d04e75598cf40754f8c3 /source4
parentbcf43e1eb05cfe5a304b6ebe92cce56e8d976a5c (diff)
downloadsamba-c2688ec22872006c1cdae3c4899153448a0f05ea.tar.gz
samba-c2688ec22872006c1cdae3c4899153448a0f05ea.tar.bz2
samba-c2688ec22872006c1cdae3c4899153448a0f05ea.zip
r22293: Try to make it more clear what failed to parse.
Andrew Bartlett (This used to be commit 144ab7294d76397a5e6662d344105a0d59c9f423)
Diffstat (limited to 'source4')
-rw-r--r--source4/auth/gensec/spnego.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/gensec/spnego.c b/source4/auth/gensec/spnego.c
index 945b6d94dc..243f239d5d 100644
--- a/source4/auth/gensec/spnego.c
+++ b/source4/auth/gensec/spnego.c
@@ -426,7 +426,7 @@ static NTSTATUS gensec_spnego_parse_negTokenInit(struct gensec_security *gensec_
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;