1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-12 18:13:50 -05:00

Oops - accidentally undid rev 1.82 [r844]

[originally from svn r853]
[r844 == eac718ee1bef7e1d5055aafc674ac3db1527a876]
This commit is contained in:
Simon Tatham 2001-01-09 17:16:43 +00:00
parent e4532bb582
commit 43dff68308

1
ssh.c
View File

@ -1124,6 +1124,7 @@ static void ssh_gotdata(unsigned char *data, int datalen)
static int ssh_receive(Socket skt, int urgent, char *data, int len) {
if (!len) {
/* Connection has closed. */
ssh_state = SSH_STATE_CLOSED;
sk_close(s);
s = NULL;
return 0;