mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Added missing semicolon.
This commit is contained in:
parent
5fb4577057
commit
28a0061edc
@ -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 New Issue
Block a user