diff options
author | Tim Potter <tpot@samba.org> | 2003-09-15 05:12:30 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-09-15 05:12:30 +0000 |
commit | 299eb0abd36072af51cbcb761fa9fb6a77584585 (patch) | |
tree | 4e86d00a372571f81fa69c6d462b81c3dac61aee | |
parent | fdc5dda44f0190af4e4b0782cb2c5c7de3506d12 (diff) | |
download | samba-299eb0abd36072af51cbcb761fa9fb6a77584585.tar.gz samba-299eb0abd36072af51cbcb761fa9fb6a77584585.tar.xz samba-299eb0abd36072af51cbcb761fa9fb6a77584585.zip |
I think this is a bugfix that somehow was dropped from the 3.0 tree.
-rw-r--r-- | source/lib/smbldap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/lib/smbldap.c b/source/lib/smbldap.c index 781e6b976c3..ea8de36310c 100644 --- a/source/lib/smbldap.c +++ b/source/lib/smbldap.c @@ -428,6 +428,8 @@ BOOL fetch_ldap_pw(char **dn, char** pw) /* Believe it or not, but LDAP will deny a delete and an add at the same time if the values are the same... */ + + ldap_value_free(values); return; } |