]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-passwd/init.c
Fix typo
[openldap] / servers / slapd / back-passwd / init.c
index ad1026ef1588938727db1941f82255e12b4242c6..78c48a7a37aff62681ed714bb8732e823461cba4 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2007 The OpenLDAP Foundation.
+ * Copyright 1998-2011 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -41,7 +41,7 @@ passwd_back_initialize(
        bi->bi_destroy = passwd_back_destroy;
 
        bi->bi_db_init = 0;
-       bi->bi_db_config = passwd_back_db_config;
+       bi->bi_db_config = 0;
        bi->bi_db_open = 0;
        bi->bi_db_close = 0;
        bi->bi_db_destroy = 0;
@@ -63,7 +63,7 @@ passwd_back_initialize(
        bi->bi_connection_init = 0;
        bi->bi_connection_destroy = 0;
 
-       return 0;
+       return passwd_back_init_cf( bi );
 }
 
 int