Commit c47c0ca5 authored by Sergei Golubchik's avatar Sergei Golubchik

mtr: uninitialized warning (if --manual-gdb or --boot-gdb)

parent 6d2c70bc
......@@ -5680,7 +5680,7 @@ EOF
mtr_tofile($gdb_init_file,
join("\n",
"set args @$$args $input",
split /;/, $opt_gdb
split /;/, $opt_gdb || ""
));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment