diff --git a/frontend/classes/sshconnector.php b/frontend/classes/sshconnector.php index 405d8a5..35f405d 100644 --- a/frontend/classes/sshconnector.php +++ b/frontend/classes/sshconnector.php @@ -178,6 +178,7 @@ class SshConnector extends CPHPBaseClass { if($current > 65534) { + /* TODO: We really need to deal with this properly... */ throw new SshConnectException("No free tunnel ports left."); }