[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 01:18:21 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit ee406a2d1e24ea029bc91168d31dbd36a52af358
Author: Török Edvin <edwin at clamav.net>
Date:   Mon Feb 1 14:39:37 2010 +0200

    increase clamdtop timeout (bb #1732).

diff --git a/clamdtop/clamdtop.c b/clamdtop/clamdtop.c
index 7bc3be8..8001d63 100644
--- a/clamdtop/clamdtop.c
+++ b/clamdtop/clamdtop.c
@@ -567,7 +567,7 @@ static int make_connection_real(const char *soname, conn_t *conn)
 	}
 	conn->sd = s;
 	gettimeofday(&conn->tv_conn, NULL);
-	tv.tv_sec = 4;
+	tv.tv_sec = 30;
 	tv.tv_usec = 0;
 	setsockopt(conn->sd, SOL_SOCKET, SO_RCVTIMEO, &tv, sizeof(tv));
 	return 0;

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list