Bugfix initialize the variable to zero for proper API usage.

master
Julian M. Kunkel 2018-10-17 16:16:46 +01:00
parent 6b0b1a9830
commit ea3aeea964
1 changed files with 1 additions and 0 deletions

View File

@ -2140,6 +2140,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;