[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b
aCaB
acab at clamav.net
Sun Apr 4 01:23:11 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit f4aef52ce2e386800ba4cdef7ad97ed66f255789
Author: aCaB <acab at clamav.net>
Date: Sat Mar 20 22:51:16 2010 +0100
fix typo
diff --git a/clamd/server-th.c b/clamd/server-th.c
index 1eead2a..a371a50 100644
--- a/clamd/server-th.c
+++ b/clamd/server-th.c
@@ -388,7 +388,7 @@ static void *acceptloop_th(void *arg)
if (new_sd >= 0) {
int ret, flags;
#ifdef _WIN32
- sock_set_nonblock(new_fd);
+ sock_set_nonblock(new_sd);
logg("^Can't set socket to nonblocking mode, errno %d\n", errno);
#else
#ifdef F_GETFL
--
Debian repository for ClamAV
More information about the Pkg-clamav-commits
mailing list