]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-bdb2/nextid.c
Factor out ldif2* intialization to ldif2common.c
[openldap] / servers / slapd / back-bdb2 / nextid.c
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