]> git.sur5r.net Git - openldap/commitdiff
use right, although empty, function in bdb_db_destroy()
authorPierangelo Masarati <ando@openldap.org>
Mon, 25 Sep 2006 23:45:29 +0000 (23:45 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 25 Sep 2006 23:45:29 +0000 (23:45 +0000)
servers/slapd/back-bdb/init.c

index 313430d3a55d29a178ac3f60830c8504d4732e10..c01a5136e8598d6981781a5ac5afa980631beb34 100644 (file)
@@ -532,7 +532,7 @@ bdb_db_destroy( BackendDB *be )
        struct bdb_info *bdb = (struct bdb_info *) be->be_private;
 
        /* monitor handling */
-       (void)bdb_monitor_db_close( be );
+       (void)bdb_monitor_db_destroy( be );
 
        if( bdb->bi_dbenv_home ) ch_free( bdb->bi_dbenv_home );
        if( bdb->bi_db_config_path ) ch_free( bdb->bi_db_config_path );