Add todo entry

feature/node-rewrite
Sven Slootweg 11 years ago
parent fafa7ae8b5
commit 3739b5b35e

@ -178,6 +178,7 @@ class SshConnector extends CPHPBaseClass
{ {
if($current > 65534) if($current > 65534)
{ {
/* TODO: We really need to deal with this properly... */
throw new SshConnectException("No free tunnel ports left."); throw new SshConnectException("No free tunnel ports left.");
} }

Loading…
Cancel
Save