mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
r9233: Ensure that the output variable is initialised in this conversion from
error to non-error case. Andrew Bartlett (This used to be commit ab75cd53e7c65fa6242b8dde3bfede735a6b36d5)
This commit is contained in:
parent
f870014fc3
commit
457d7fd672
@ -354,6 +354,7 @@ static NTSTATUS gensec_spnego_parse_negTokenInit(struct gensec_security *gensec_
|
|||||||
* for better luck next time */
|
* for better luck next time */
|
||||||
|
|
||||||
if (NT_STATUS_EQUAL(nt_status, NT_STATUS_INVALID_PARAMETER)) {
|
if (NT_STATUS_EQUAL(nt_status, NT_STATUS_INVALID_PARAMETER)) {
|
||||||
|
*unwrapped_out = data_blob(NULL, 0);
|
||||||
nt_status = NT_STATUS_MORE_PROCESSING_REQUIRED;
|
nt_status = NT_STATUS_MORE_PROCESSING_REQUIRED;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user