mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
auth/spnego: make use of GENSEC_UPDATE_IS_NTERROR() in gensec_spnego_create_negTokenInit()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
eee973a6ae
commit
3866d55951
@ -491,8 +491,7 @@ static NTSTATUS gensec_spnego_create_negTokenInit(struct gensec_security *gensec
|
||||
spnego_state->sub_sec_ready = true;
|
||||
}
|
||||
|
||||
if (!NT_STATUS_EQUAL(nt_status, NT_STATUS_MORE_PROCESSING_REQUIRED)
|
||||
&& !NT_STATUS_IS_OK(nt_status)) {
|
||||
if (GENSEC_UPDATE_IS_NTERROR(nt_status)) {
|
||||
const char *next = NULL;
|
||||
const char *principal = NULL;
|
||||
int dbg_level = DBGLVL_WARNING;
|
||||
|
Loading…
Reference in New Issue
Block a user