diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-05-13 15:29:23 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-05-13 15:29:23 +0000 |
commit | b47963ae5a90ac54c021c9dd6528079180174cc4 (patch) | |
tree | 952aff10309777715b1386f922f7146d53b80f7b /source3/smbd | |
parent | d9029797fec576c517747c9adbda0d0bafdc3975 (diff) | |
download | samba-b47963ae5a90ac54c021c9dd6528079180174cc4.tar.gz samba-b47963ae5a90ac54c021c9dd6528079180174cc4.tar.bz2 samba-b47963ae5a90ac54c021c9dd6528079180174cc4.zip |
Restore a number of fixes that idra removed when he merged his
idmap-and-the-rest from HEAD.
These are correctness fixes that were already in 3.0, and a memory leak fix.
The pdb_ldap changes are held back at jerry's request (he is also playing
with pdb_ldap ATM).
Andrew Bartlett
(This used to be commit c7d5e336bd91514a02974044742b058be387e490)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/password.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/password.c b/source3/smbd/password.c index 81849b709a..283eed73ef 100644 --- a/source3/smbd/password.c +++ b/source3/smbd/password.c @@ -68,6 +68,7 @@ void invalidate_vuid(uint16 vuid) SAFE_FREE(vuser->logon_script); session_yield(vuser); + SAFE_FREE(vuser->session_keystr); free_server_info(&vuser->server_info); |