]> git.sur5r.net Git - openldap/commit
Fix some overwrite quirks
authorHoward Chu <hyc@symas.com>
Wed, 18 Jun 2014 19:29:13 +0000 (12:29 -0700)
committerHoward Chu <hyc@symas.com>
Wed, 18 Jun 2014 19:29:13 +0000 (12:29 -0700)
commitb4ecbd78d9d153f653eb338ce34d553c4c96fb65
tree7df3d4dcd816240dfccf9bcdc63221901dcd99c0
parentdc7f2530dd0fca5f9030e1d457306674f6cd6966
Fix some overwrite quirks

Was skipping the overwrite in some cases, if the cmp function
said the new and old already matched. We should always perform
the overwrite anyway, since the cmp function may only be doing
a prefix compare and the data may actually be different.
libraries/liblmdb/mdb.c