1
0
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:
Andrew Bartlett
2005-08-10 22:27:04 +00:00
committed by Gerald (Jerry) Carter
parent 8a3445499e
commit ab75cd53e7

View File

@@ -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;
}
}