mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-19 05:13:35 -05:00
catch up with bi_db_sync stuff
This commit is contained in:
parent
6dd25ba1e6
commit
6364cea1d3
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue