diff options
author | Tim Potter <tpot@samba.org> | 2003-05-28 00:52:24 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-05-28 00:52:24 +0000 |
commit | c593b15e762f82eb218fa5ff0b6f935995e1c82f (patch) | |
tree | a8fcfb4bb7084f914c0e335e2445921b781b66cf | |
parent | 4c6b3131bc79322f5b4461770ed664aef5d2f6f3 (diff) | |
download | samba-c593b15e762f82eb218fa5ff0b6f935995e1c82f.tar.gz samba-c593b15e762f82eb218fa5ff0b6f935995e1c82f.tar.bz2 samba-c593b15e762f82eb218fa5ff0b6f935995e1c82f.zip |
Merge from 3.0:
>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 d2bc89b860a19ccdda7189b8db0a740f224046f2)
-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); |