Skip to content
Permalink
Browse files
mtr: uninitialized warning (if --manual-gdb or --boot-gdb)
  • Loading branch information
vuvova committed Sep 28, 2018
1 parent 6d2c70b commit c47c0ca
Showing 1 changed file with 1 addition and 1 deletion.
@@ -5680,7 +5680,7 @@ sub gdb_arguments {
mtr_tofile($gdb_init_file,
join("\n",
"set args @$$args $input",
split /;/, $opt_gdb
split /;/, $opt_gdb || ""
));
}

0 comments on commit c47c0ca

Please sign in to comment.