1
0
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:
Jeremy Allison 2007-03-21 01:32:01 +00:00 committed by Gerald (Jerry) Carter
parent 7ae9e6aff5
commit 9874b3bfa7

View File

@ -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: