We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e393be8 commit 7cc27c7Copy full SHA for 7cc27c7
Cluster.pm
@@ -32,7 +32,7 @@ sub mm_get_free_port
32
{
33
34
# advance $port, wrapping correctly around range end
35
- $port = 26000 if ++$port >= 27000;
+ $port = 26000 if ++$port == 27000;
36
print "# Checking port $port\n";
37
38
# Check first that candidate port number is not included in
0 commit comments