From aab76394f6b9e1a678ddc0ddbb02c0355b772a07 Mon Sep 17 00:00:00 2001 From: Yoshiyuki Asaba Date: Wed, 1 Aug 2007 04:25:40 +0000 Subject: [PATCH] Remove compiler warning. --- child.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/child.c b/child.c index 3da7728..10f3643 100644 --- a/child.c +++ b/child.c @@ -544,7 +544,7 @@ static POOL_CONNECTION *do_accept(int unix_fd, int inet_fd, struct timeval *time static int cnt; #endif struct timeval *timeoutval; - struct timeval tv1, tv2, tmback; + struct timeval tv1, tv2, tmback = {0, 0}; char remote_host[NI_MAXHOST]; char remote_port[NI_MAXSERV]; -- 2.39.5