mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-11-27 02:22:00 +08:00
fix the missing passwd_back_db_config reference
This commit is contained in:
parent
3d17aaeeb3
commit
54201c44a3
@ -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 New Issue
Block a user