Commit fddee118 authored by unknown's avatar unknown

Fix missing parameter declaration

parent f466673d
......@@ -1224,7 +1224,7 @@ sub command_line_setup () {
# But a fairly safe range seems to be 5001 - 32767
#
sub set_mtr_build_thread_ports() {
sub set_mtr_build_thread_ports($) {
my $mtr_build_thread= shift;
# Up to two masters, up to three slaves
......
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