Core/SSH: Minor SFtpStream improvements, bug fixes, cleanup.

git-svn-id: svn://ultimatepp.org/upp/trunk@15438 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
oblivion 2020-11-17 14:53:29 +00:00
parent 414c337807
commit df024471d3
7 changed files with 33 additions and 529 deletions

View file

@ -373,7 +373,6 @@ SshShell::SshShell(SshSession& session)
#endif
{
ssh->otype = SHELL;
ssh->noblock = true;
Zero(tflags);
}