mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Merge branch 'tcp' of github.com:beyondcode/phunnel into tcp
This commit is contained in:
@@ -93,7 +93,7 @@ class ConnectionManager implements ConnectionManagerContract
|
|||||||
$portFound = false;
|
$portFound = false;
|
||||||
$port++;
|
$port++;
|
||||||
}
|
}
|
||||||
} while(! $portFound);
|
} while (! $portFound);
|
||||||
|
|
||||||
return $server;
|
return $server;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user