Mercurial > dropbear
diff common-session.c @ 531:164b7c2cd5df
disapproval of revision 'a101cbd046507cf723e6362a49196dbd4b924042'
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 26 Feb 2009 13:20:53 +0000 |
parents | da6340a60039 |
children | 0431915df79f |
line wrap: on
line diff
--- a/common-session.c Thu Feb 26 12:18:11 2009 +0000 +++ b/common-session.c Thu Feb 26 13:20:53 2009 +0000 @@ -189,7 +189,7 @@ /* process session socket's incoming/outgoing data */ if (ses.sock_out != -1) { if (FD_ISSET(ses.sock_out, &writefd) && !isempty(&ses.writequeue)) { - write_packets(); + write_packet(); } }