Mercurial > dropbear
diff svr-main.c @ 970:0bb16232e7c4
Make keepalive handling more robust, this should now match what OpenSSH does
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 19 Aug 2014 23:08:56 +0800 |
parents | 860e3522f8fc |
children | a48561559584 |
line wrap: on
line diff
--- a/svr-main.c Wed Aug 13 22:07:43 2014 +0800 +++ b/svr-main.c Tue Aug 19 23:08:56 2014 +0800 @@ -409,7 +409,7 @@ size_t sockpos = 0; int nsock; - TRACE(("listensockets: %d to try\n", svr_opts.portcount)) + TRACE(("listensockets: %d to try", svr_opts.portcount)) for (i = 0; i < svr_opts.portcount; i++) {