summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-03-21 01:32:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:47 -0500
commit1639366561bd63d7023c54f811e2f87dcbbd0a31 (patch)
tree5747df9d6707cc978032725bd20e8e8e9ef805c4 /source
parentc7153411f1840e41470311db00d728e1461c56f6 (diff)
downloadsamba-1639366561bd63d7023c54f811e2f87dcbbd0a31.tar.gz
samba-1639366561bd63d7023c54f811e2f87dcbbd0a31.tar.xz
samba-1639366561bd63d7023c54f811e2f87dcbbd0a31.zip
r21902: Don't free the thing you're trying to set in the cli state.
Jeremy.
Diffstat (limited to 'source')
-rw-r--r--source/libsmb/clifsinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/libsmb/clifsinfo.c b/source/libsmb/clifsinfo.c
index 0bd1e124eaa..8e994dd67bc 100644
--- a/source/libsmb/clifsinfo.c
+++ b/source/libsmb/clifsinfo.c
@@ -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: