1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r11514: Fixup debug message

(This used to be commit b2372cad36)
This commit is contained in:
Andrew Bartlett 2005-11-05 06:38:47 +00:00 committed by Gerald (Jerry) Carter
parent 79cb46c1af
commit 694a8e7402

View File

@ -931,7 +931,7 @@ static NTSTATUS gensec_gssapi_session_info(struct gensec_security *gensec_securi
NT_STATUS_NOT_OK_RETURN(nt_status);
if (!(gensec_gssapi_state->got_flags & GSS_C_DELEG_FLAG)) {
DEBUG(10, ("gensec_gssapi: NO delegated credentials supplied by client"));
DEBUG(10, ("gensec_gssapi: NO delegated credentials supplied by client\n"));
} else {
krb5_error_code ret;
DEBUG(10, ("gensec_gssapi: delegated credentials supplied by client\n"));