ITS#2960 - make sure bi_open gets invoked

This commit is contained in:
Howard Chu 2004-02-13 00:42:21 +00:00
parent 95c5e54031
commit b36e3a1ab0

View File

@ -1658,6 +1658,9 @@ proxy_cache_config(
}
if ( cm->db.bd_info->bi_db_init( &cm->db ) ) return( 1 );
/* This type is in use, needs to be opened */
cm->db.bd_info->bi_nDB++;
cm->max_entries = atoi( argv[2] );
cm->numattrsets = atoi( argv[3] );