From 81ba884c71112a05bee05438facbadd7ec2f5b4b Mon Sep 17 00:00:00 2001 From: chombier <> Date: Mon, 2 Jul 2001 14:25:36 +0000 Subject: [PATCH] removed OT presence check --- macssh/source/ssh/ssh2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macssh/source/ssh/ssh2.c b/macssh/source/ssh/ssh2.c index 5137973..0f8f9e4 100755 --- a/macssh/source/ssh/ssh2.c +++ b/macssh/source/ssh/ssh2.c @@ -1609,7 +1609,7 @@ void ssh_protocol_initial(WindRec*w) goto done; } - +#if 0 /* we need at least OpenTransport 1.1.1 */ if ( !sOTTested ) { long result; @@ -1628,7 +1628,7 @@ void ssh_protocol_initial(WindRec*w) SSH2ErrorDialog((char *)scratchPstring); goto done; } - +#endif /* we need the Thread Manager */ if ( !sThreadsTested ) {