openldap/libraries
Howard Chu 5a5d33ff33 Fix obscure MDB_MULTIPLE bug
If a key has a single existing value, and then a put (MDB_MULTIPLE)
is done where the first of the multiple values matches the existing
value, the put would return SUCCESS without writing any of the
values. Fixed to loop to the next value as intended.
2013-08-11 17:15:03 -07:00
..
liblmdb Fix obscure MDB_MULTIPLE bug 2013-08-11 17:15:03 -07:00