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