Bugfix initialize the variable to zero for proper API usage.

master
Julian M. Kunkel 2018-10-17 16:16:46 +01:00 committed by Glenn K. Lockwood
parent b21ab32ba9
commit b4cd1180cd
1 changed files with 1 additions and 0 deletions

View File

@ -2134,6 +2134,7 @@ void mdtest_init_args(){
unique_dir_per_task = 0;
time_unique_dir_overhead = 0;
items = 0;
num_dirs_in_tree_calc = 0;
collective_creates = 0;
write_bytes = 0;
stone_wall_timer_seconds = 0;