]> git.sur5r.net Git - openldap/commitdiff
fix the missing passwd_back_db_config reference
authorKurt Zeilenga <kurt@openldap.org>
Thu, 10 Jan 2002 18:25:12 +0000 (18:25 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 10 Jan 2002 18:25:12 +0000 (18:25 +0000)
servers/slapd/back-passwd/init.c

index 5190bff4c1d414553e58a1a9734290a4d3f3a723..c34bcf62514288705178a00ab177f1f19d971243 100644 (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;