]> git.sur5r.net Git - openldap/commitdiff
catch up with bi_db_sync stuff
authorPierangelo Masarati <ando@openldap.org>
Sat, 23 Jun 2001 15:43:21 +0000 (15:43 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 23 Jun 2001 15:43:21 +0000 (15:43 +0000)
servers/slapd/back-meta/init.c

index 4e30347442d0a39c3cc9abe58278cd9c63410968..032fe9c87514e8b6fdb301227eaafec8e3bfebee 100644 (file)
@@ -105,6 +105,7 @@ meta_back_initialize(
        bi->bi_db_open = 0;
        bi->bi_db_close = 0;
        bi->bi_db_destroy = meta_back_db_destroy;
+       bi->bi_db_sync = 0;
 
        bi->bi_op_bind = meta_back_bind;
        bi->bi_op_unbind = 0;