Skip to content
Snippets Groups Projects
Commit 54201c44 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

fix the missing passwd_back_db_config reference

parent 3d17aaee
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment