diff options
author | Tim Potter <tpot@samba.org> | 2003-09-15 05:20:00 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-09-15 05:20:00 +0000 |
commit | 7e7d43d20373725554a2c7ff182dbce4e0833352 (patch) | |
tree | c3c99fad908cc06eeca734d512c3905872bc21dd /source3 | |
parent | b7ddb777936afc7cd1afb44fdcb80406821b688b (diff) | |
download | samba-7e7d43d20373725554a2c7ff182dbce4e0833352.tar.gz samba-7e7d43d20373725554a2c7ff182dbce4e0833352.tar.bz2 samba-7e7d43d20373725554a2c7ff182dbce4e0833352.zip |
This ldap_value_free() looks like it was part of Jeremy's recent rampage
so I'm putting it back in.
(This used to be commit ec49fc8ab73b26f86da155475df90843650f0e63)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/smbldap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c index ea8de36310..781e6b976c 100644 --- a/source3/lib/smbldap.c +++ b/source3/lib/smbldap.c @@ -428,8 +428,6 @@ 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; } |