Mercurial > dropbear
diff common-channel.c @ 513:a3748e54273c
Idle timeout patch from Farrell Aultman. Needs testing, unsure if server
code works
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 07 Nov 2008 14:11:06 +0000 |
parents | 950c38b854a1 |
children | a98a2138364a |
line wrap: on
line diff
--- a/common-channel.c Wed Nov 05 14:14:40 2008 +0000 +++ b/common-channel.c Fri Nov 07 14:11:06 2008 +0000 @@ -691,7 +691,7 @@ dropbear_exit("received data after eof"); } - if (fd < 0) { + if (fd < 0) { /* If we have encountered failed write, the far side might still * be sending data without having yet received our close notification. * We just drop the data. */