]> git.sur5r.net Git - openldap/commitdiff
Fix typos SLAPD_NEXTID_CHUCK/SLAPD_NEXTID_CHUNCK -> SLAPD_NEXTID_CHUNK
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 29 Apr 1999 18:26:25 +0000 (18:26 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 29 Apr 1999 18:26:25 +0000 (18:26 +0000)
servers/slapd/back-bdb2/init.c
servers/slapd/back-bdb2/nextid.c
servers/slapd/back-ldbm/nextid.c

index a36b11cab2e603cd8d15ae688b49d6122c6e886b..172d02f649636cebcb109a6da02933fa139b66b3 100644 (file)
@@ -130,7 +130,7 @@ bdb2i_back_db_init_internal(
 
        /* arrange to read nextid later (on first request for it) */
        li->li_nextid = NOID;
-#if    SLAPD_NEXTID_CHUNCK > 1
+#if    SLAPD_NEXTID_CHUNK > 1
        li->li_nextid_wrote = NOID
 #endif
 
index 88121201ca81878a5b9f38046e1d510eb46a14e0..0218cfd7842acc13d6305cb526162004600442ce 100644 (file)
@@ -78,7 +78,7 @@ bdb2i_next_id_return( BackendDB *be, ID id )
 
        li->li_nextid--;
 
-#if !( SLAPD_NEXTID_CHUCK > 1 )
+#if !( SLAPD_NEXTID_CHUNK > 1 )
        (void) next_id_write( be, li->li_nextid );
 #endif
 #endif
index 1589f63b99e6ee4b7c6c822513c11532f8ec011c..7c6f2264135a21400d9a07a3fb73c8d9ec3a91a0 100644 (file)
@@ -146,7 +146,7 @@ next_id_return( Backend *be, ID id )
 
        li->li_nextid--;
 
-#if !( SLAPD_NEXTID_CHUCK > 1 )
+#if !( SLAPD_NEXTID_CHUNK > 1 )
        (void) next_id_write( be, li->li_nextid );
 #endif