From b7ddb777936afc7cd1afb44fdcb80406821b688b Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 15 Sep 2003 05:12:30 +0000 Subject: I think this is a bugfix that somehow was dropped from the 3.0 tree. (This used to be commit 299eb0abd36072af51cbcb761fa9fb6a77584585) --- source3/lib/smbldap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/lib/smbldap.c') diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c index 781e6b976c..ea8de36310 100644 --- a/source3/lib/smbldap.c +++ b/source3/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; } -- cgit