Added missing passwd_back_db_config.

This commit is contained in:
Howard Chu 2001-12-26 08:32:08 +00:00
parent 68b1bbb89d
commit c7d7c6f18f

View file

@ -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;