]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Call ssh2_try_send() from ssh2_add_channel_data() and rename latter
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 23 Apr 2016 12:17:33 +0000 (13:17 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 23 Apr 2016 14:51:02 +0000 (15:51 +0100)
commit93988f3ada4e8a30f24800fdab96530aaaab5714
tree017bbf0a61fa8480e715f48d428372885cf88c95
parent6da1a325cc4d66a47545b638e46275eb93ac1323
Call ssh2_try_send() from ssh2_add_channel_data() and rename latter

All calls to ssh2_add_channel_data() were followed by a call to
ssh2_try_send(), so it seems sensible to replace ssh2_add_channel_data()
with ssh2_send_channel_data(), which does both.
ssh.c