mirror of https://github.com/macssh/macssh.git
removed OT presence check
This commit is contained in:
parent
d632ff96ea
commit
81ba884c71
|
@ -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 ) {
|
||||||
|
|
Loading…
Reference in New Issue