From cd0ce8c4a9fbab86a37deb7a430f70d5ba5a4d17 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 9 Oct 2018 18:26:58 +0200 Subject: [PATCH] Fix parameter index in a comment --- jcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jcc.c b/jcc.c index 298eff52..b5aaf981 100644 --- a/jcc.c +++ b/jcc.c @@ -1065,7 +1065,7 @@ static void wait_for_alive_connections(void) * 1 : sfd = Open socket to remember. * 2 : http = The destination for the connection. * 3 : fwd = The forwarder settings used. - * 3 : server_connection = storage. + * 4 : server_connection = storage. * * Returns : void * -- 2.39.2