mirror of
https://github.com/samba-team/samba.git
synced 2025-11-27 08:23:49 +03:00
r9233: Ensure that the output variable is initialised in this conversion from
error to non-error case. Andrew Bartlett
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
8a3445499e
commit
ab75cd53e7
@@ -354,6 +354,7 @@ static NTSTATUS gensec_spnego_parse_negTokenInit(struct gensec_security *gensec_
|
||||
* for better luck next time */
|
||||
|
||||
if (NT_STATUS_EQUAL(nt_status, NT_STATUS_INVALID_PARAMETER)) {
|
||||
*unwrapped_out = data_blob(NULL, 0);
|
||||
nt_status = NT_STATUS_MORE_PROCESSING_REQUIRED;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user