From: Howard Chu Date: Sat, 22 Nov 2008 22:41:11 +0000 (+0000) Subject: Fix typo in prev commit X-Git-Tag: ACLCHECK_0~1057 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f6ae9c9c9f699c5642fe3d02b4e1be9465153ca4;p=openldap Fix typo in prev commit --- diff --git a/servers/slapd/back-bdb/id2entry.c b/servers/slapd/back-bdb/id2entry.c index 416c9fed7a..e3673ef91b 100644 --- a/servers/slapd/back-bdb/id2entry.c +++ b/servers/slapd/back-bdb/id2entry.c @@ -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; }