Don't send back don't in respond to wont new_environ

This commit is contained in:
Bryan Ashby
2020-05-31 11:49:32 -06:00
parent a15abc6062
commit 29ef0935c3
2 changed files with 5 additions and 11 deletions

View File

@@ -90,13 +90,7 @@ class TelnetClient {
});
this.socket.on('WONT', command => {
switch (command.option) {
case Options.NEW_ENVIRON :
return this.socket.dont.new_environ();
default :
return this._logTrace(command, 'WONT');
}
return this._logTrace(command, 'WONT');
});
this.socket.on('SB', command => {