]> git.sur5r.net Git - openldap/commitdiff
Fix typo in prev commit
authorHoward Chu <hyc@openldap.org>
Sat, 22 Nov 2008 22:41:52 +0000 (22:41 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 22 Nov 2008 22:41:52 +0000 (22:41 +0000)
servers/slapd/back-bdb/id2entry.c

index 416c9fed7a003a2e6c58f60e49a109cb26a6ebbf..e3673ef91b1996a402baa78a7bc9d3e4a6763db4 100644 (file)
@@ -422,7 +422,7 @@ return_results:
                                                op->o_tmpmemctx );
                                        bli->bli_next = boi->boi_locks;
                                        bli->bli_id = e->e_id;
-                                       bii->bli_flag = 0;
+                                       bli->bli_flag = 0;
                                        bli->bli_lock = lock;
                                        boi->boi_locks = bli;
                                }