mirror of
https://github.com/samba-team/samba.git
synced 2025-02-10 13:57:47 +03:00
r11514: Fixup debug message
(This used to be commit b2372cad367a29d7dca596dace703a349b381a09)
This commit is contained in:
parent
79cb46c1af
commit
694a8e7402
@ -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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user