]> git.sur5r.net Git - openldap/commitdiff
boi_bdb must be set
authorLuke Howard <lukeh@openldap.org>
Thu, 26 Aug 2004 05:27:59 +0000 (05:27 +0000)
committerLuke Howard <lukeh@openldap.org>
Thu, 26 Aug 2004 05:27:59 +0000 (05:27 +0000)
servers/slapd/back-bdb/id2entry.c

index 2635e1d42400b5ddf3a6020fa425853bfbc5ca34..05501b0e421fb05aabd51ac94c74fc800e581110 100644 (file)
@@ -386,6 +386,7 @@ return_results:
                        if ( op && !boi ) {
                                boi = op->o_tmpcalloc(1,sizeof(struct bdb_op_info),op->o_tmpmemctx);
                                boi->boi_lock = lock;
+                               boi->boi_bdb = op->o_bd;
                                op->o_private = boi;
                        }