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 commit is contained in:
Tim Potter 0001-01-01 00:00:00 +00:00
parent fdc5dda44f
commit 299eb0abd3

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