From 3739b5b35ed4cc18f90b1eeb0b1940b10c2bb628 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sat, 23 Mar 2013 04:22:52 +0100 Subject: [PATCH] Add todo entry --- frontend/classes/sshconnector.php | 1 + 1 file changed, 1 insertion(+) 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."); }