From: Yoshiyuki Asaba Date: Wed, 1 Aug 2007 04:25:40 +0000 (+0000) Subject: Remove compiler warning. X-Git-Tag: V3_4 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/faq.html?a=commitdiff_plain;h=aab76394f6b9e1a678ddc0ddbb02c0355b772a07;p=pgpool1.git Remove compiler warning. --- 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];