Skip to content
Snippets Groups Projects
Commit b36e3a1a authored by Howard Chu's avatar Howard Chu
Browse files

ITS#2960 - make sure bi_open gets invoked

parent 95c5e540
Branches
Tags
No related merge requests found
......@@ -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] );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment