[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:17:35 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 27b59717b837870d08f0ab7190ba0a3f573679d3
Author: Török Edvin <edwin at clamav.net>
Date: Wed Jan 27 11:59:51 2010 +0200
previous commit fixes bb #1770, not #1700!
diff --git a/clamd/session.c b/clamd/session.c
index cc4d443..009637c 100644
--- a/clamd/session.c
+++ b/clamd/session.c
@@ -238,7 +238,7 @@ int command(client_conn_t *conn, int *virus)
// make progress.
logg("^Not enough threads for multiscan. Max: %d, Alive: %d, Multiscan: %d+1\n",
max, alive, multiscan);
- conn_reply(conn, conn->filename, "Not enough threads for multiscan. Increase MaxThreads.","ERROR");
+ conn_reply(conn, conn->filename, "Not enough threads for multiscan. Increase MaxThreads.", "ERROR");
return 1;
}
flags &= ~CLI_FTW_NEED_STAT;
--
Debian repository for ClamAV
More information about the Pkg-clamav-commits
mailing list