]> git.sur5r.net Git - openldap/commit
Fix: if slapadd was used with an un-ordered LDIF file, we can't rely on
authorHoward Chu <hyc@openldap.org>
Mon, 9 Sep 2002 04:24:38 +0000 (04:24 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 9 Sep 2002 04:24:38 +0000 (04:24 +0000)
commit9953574b47bbd73d9af5e19a9702744016bb4389
treed522470adf778611068c20bebb72fe6c25ab7f90
parent30de884223e36b5c414bb6a61d841764a005b361
Fix: if slapadd was used with an un-ordered LDIF file, we can't rely on
entries having ascending entry IDs. Always start from the beginning of
the candidate list. (This should be fine in the general case as well,
since the subtree index will also have refined the candidates.)
servers/slapd/back-bdb/search.c