mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 16:04:47 -05:00
ITS#9133 - Fix syncprov to be singular.
This commit is contained in:
parent
2721246545
commit
00b14b1e28
1 changed files with 1 additions and 0 deletions
|
|
@ -4101,6 +4101,7 @@ syncprov_initialize()
|
|||
}
|
||||
|
||||
syncprov.on_bi.bi_type = "syncprov";
|
||||
syncprov.on_bi.bi_flags = SLAPO_BFLAG_SINGLE;
|
||||
syncprov.on_bi.bi_db_init = syncprov_db_init;
|
||||
syncprov.on_bi.bi_db_destroy = syncprov_db_destroy;
|
||||
syncprov.on_bi.bi_db_open = syncprov_db_open;
|
||||
|
|
|
|||
Loading…
Reference in a new issue