mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-19 02:28:47 -05:00
fix the missing passwd_back_db_config reference
This commit is contained in:
parent
3d17aaeeb3
commit
54201c44a3
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