From 6d2d3669f39f12182b79a0067f477b58948897f6 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 19 Aug 2014 23:08:56 +0800 Subject: Make keepalive handling more robust, this should now match what OpenSSH does --- svr-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svr-main.c') diff --git a/svr-main.c b/svr-main.c index 4b38594..cf92d42 100644 --- a/svr-main.c +++ b/svr-main.c @@ -409,7 +409,7 @@ static size_t listensockets(int *sock, size_t sockcount, int *maxfd) { 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++) { -- cgit v1.2.3