Author: jra
Date: 2007-03-21 01:32:01 +0000 (Wed, 21 Mar 2007)
New Revision: 21902

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21902

Log:
Don't free the thing you're trying to set in the cli state.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/libsmb/clifsinfo.c


Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/clifsinfo.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/clifsinfo.c        2007-03-21 01:21:16 UTC 
(rev 21901)
+++ branches/SAMBA_3_0/source/libsmb/clifsinfo.c        2007-03-21 01:32:01 UTC 
(rev 21902)
@@ -409,6 +409,7 @@
                }
                cli->trans_enc_state = es;
                cli->trans_enc_state->enc_on = True;
+               es = NULL;
        }
 
   fail:

Reply via email to