Commit 75b49b99 authored by Magnus Svensson's avatar Magnus Svensson

Don't use slots 200-249 since they are also used by PB

parent 4815adbf
...@@ -1181,7 +1181,7 @@ sub set_build_thread_ports($) { ...@@ -1181,7 +1181,7 @@ sub set_build_thread_ports($) {
if ( lc($build_thread) eq 'auto' ) { if ( lc($build_thread) eq 'auto' ) {
mtr_report("Requesting build thread... "); mtr_report("Requesting build thread... ");
$build_thread= mtr_get_unique_id(200, 299); $build_thread= mtr_get_unique_id(250, 299);
if ( !defined $build_thread ) { if ( !defined $build_thread ) {
mtr_error("Could not get a unique build thread id"); mtr_error("Could not get a unique build thread id");
} }
......
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