]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Move call to ssh2_channnel_check_close().
authorBen Harris <bjh21@bjh21.me.uk>
Wed, 25 May 2016 22:06:20 +0000 (23:06 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 25 May 2016 22:06:20 +0000 (23:06 +0100)
commitb7cc086e00d1801f77a10e882d4ce71f43498ec3
tree044f1fb206fd9c4c6a1166eafd1a9e64e711cdf4
parent12cebbf6760c46c9d958cc6f7661d34c0175ffab
Move call to ssh2_channnel_check_close().

From ssh2_channel_got_eof() to ssh2_msg_channel_eof().  This removes
the only SSH-2 specicifity from the former.  ssh2_channel_got_eof()
can also be called from ssh2_msg_channel_close(), but that calls
ssh2_channel_check_close() already.
ssh.c