Merge branch 'tcp' of github.com:beyondcode/phunnel into tcp

This commit is contained in:
Marcel Pociot
2020-09-07 22:03:00 +02:00

View File

@@ -93,7 +93,7 @@ class ConnectionManager implements ConnectionManagerContract
$portFound = false;
$port++;
}
} while(! $portFound);
} while (! $portFound);
return $server;
}