mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
[288254][telnet] local echo is always disabled. Apply Patch from David Sciamma (Anyware Tech).
This commit is contained in:
parent
f3f1e1f73c
commit
3419daf7e0
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public class TelnetConnector extends TerminalConnectorImpl {
|
|||
cleanSocket();
|
||||
}
|
||||
public boolean isLocalEcho() {
|
||||
if(fTelnetConnection!=null)
|
||||
if(fTelnetConnection==null)
|
||||
return false;
|
||||
return fTelnetConnection.localEcho();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue