From 7e7d43d20373725554a2c7ff182dbce4e0833352 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 15 Sep 2003 05:20:00 +0000 Subject: 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) --- source3/lib/smbldap.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3') 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; } -- cgit