mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
r14414: added some error checks
(This used to be commit cd9f3adc759f1dc29043c435febfe78e56fece1b)
This commit is contained in:
parent
f479571502
commit
72a7052fa7
@ -178,6 +178,7 @@ static NTSTATUS session_setup_nt1(struct composite_context *c,
|
||||
&state->setup.nt1.in.password1,
|
||||
&state->setup.nt1.in.password2,
|
||||
NULL, &session_key);
|
||||
NT_STATUS_NOT_OK_RETURN(nt_status);
|
||||
|
||||
smbcli_transport_simple_set_signing(session->transport, session_key,
|
||||
state->setup.nt1.in.password2);
|
||||
@ -241,6 +242,7 @@ static NTSTATUS session_setup_old(struct composite_context *c,
|
||||
&state->setup.old.in.password,
|
||||
NULL,
|
||||
NULL, &session_key);
|
||||
NT_STATUS_NOT_OK_RETURN(nt_status);
|
||||
set_user_session_key(session, &session_key);
|
||||
|
||||
data_blob_free(&session_key);
|
||||
|
Loading…
x
Reference in New Issue
Block a user