mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-14 00:03:56 -05:00
Added missing semicolon.
This commit is contained in:
parent
5fb4577057
commit
28a0061edc
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ bdb2i_back_db_init_internal(
|
|||
/* arrange to read nextid later (on first request for it) */
|
||||
li->li_nextid = NOID;
|
||||
#if SLAPD_NEXTID_CHUNK > 1
|
||||
li->li_nextid_wrote = NOID
|
||||
li->li_nextid_wrote = NOID;
|
||||
#endif
|
||||
|
||||
/* default cache size */
|
||||
|
|
|
|||
Loading…
Reference in a new issue