1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

I think this is a bugfix that somehow was dropped from the 3.0 tree.

(This used to be commit 299eb0abd3)
This commit is contained in:
Tim Potter 2003-09-15 05:12:30 +00:00
parent 0d9410f61d
commit b7ddb77793

View File

@ -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;
}