mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r21902: Don't free the thing you're trying to set in the cli state.
Jeremy. (This used to be commit 1639366561bd63d7023c54f811e2f87dcbbd0a31)
This commit is contained in:
parent
7ae9e6aff5
commit
9874b3bfa7
@ -409,6 +409,7 @@ NTSTATUS cli_raw_ntlm_smb_encryption_start(struct cli_state *cli,
|
||||
}
|
||||
cli->trans_enc_state = es;
|
||||
cli->trans_enc_state->enc_on = True;
|
||||
es = NULL;
|
||||
}
|
||||
|
||||
fail:
|
||||
|
Loading…
x
Reference in New Issue
Block a user