]> git.sur5r.net Git - openldap/commitdiff
More merge fix
authorHoward Chu <hyc@openldap.org>
Mon, 5 Sep 2011 23:20:31 +0000 (16:20 -0700)
committerHoward Chu <hyc@openldap.org>
Mon, 5 Sep 2011 23:20:31 +0000 (16:20 -0700)
libraries/libmdb/mdb.c

index 7e77026bd22255c696804b95869fe3adbff99ba9..bf09af860ce13ad8f367234a4e9f66c77aea6c66 100644 (file)
@@ -2577,8 +2577,6 @@ set1:
                                        rc = 0;
                                        goto set2;
                                }
-                               rc = cursor->mc_txn->mt_dbxs[cursor->mc_dbi].md_cmp(key, &nodekey);
-                               if (rc <= 0) goto set1;
                        }
                        /* If any parents have right-sibs, search.
                         * Otherwise, there's nothing further.