mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Added missing passwd_back_db_config.
This commit is contained in:
parent
68b1bbb89d
commit
c7d7c6f18f
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ passwd_back_initialize(
|
|||
bi->bi_destroy = 0;
|
||||
|
||||
bi->bi_db_init = 0;
|
||||
bi->bi_db_config = 0;
|
||||
bi->bi_db_config = passwd_back_db_config;
|
||||
bi->bi_db_open = 0;
|
||||
bi->bi_db_close = 0;
|
||||
bi->bi_db_destroy = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue