removed OT presence check

This commit is contained in:
chombier 2001-07-02 14:25:36 +00:00
parent d632ff96ea
commit 81ba884c71
1 changed files with 2 additions and 2 deletions

View File

@ -1609,7 +1609,7 @@ void ssh_protocol_initial(WindRec*w)
goto done; goto done;
} }
#if 0
/* we need at least OpenTransport 1.1.1 */ /* we need at least OpenTransport 1.1.1 */
if ( !sOTTested ) { if ( !sOTTested ) {
long result; long result;
@ -1628,7 +1628,7 @@ void ssh_protocol_initial(WindRec*w)
SSH2ErrorDialog((char *)scratchPstring); SSH2ErrorDialog((char *)scratchPstring);
goto done; goto done;
} }
#endif
/* we need the Thread Manager */ /* we need the Thread Manager */
if ( !sThreadsTested ) { if ( !sThreadsTested ) {