]> git.sur5r.net Git - openldap/commitdiff
Added missing semicolon.
authorJulio Sánchez Fernández <jsanchez@openldap.org>
Wed, 19 May 1999 12:21:46 +0000 (12:21 +0000)
committerJulio Sánchez Fernández <jsanchez@openldap.org>
Wed, 19 May 1999 12:21:46 +0000 (12:21 +0000)
servers/slapd/back-bdb2/init.c

index 172d02f649636cebcb109a6da02933fa139b66b3..4d75848953e7185df54a32f0129fdb6c75e108e8 100644 (file)
@@ -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 */