[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b
Tomasz Kojm
tkojm at clamav.net
Sun Apr 4 01:21:31 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 8dd6c63cce1310a8e7de0a059842030147e1a6ab
Author: Tomasz Kojm <tkojm at clamav.net>
Date: Mon Mar 1 18:35:09 2010 +0100
avoid marking internal ftypes UNOFFICIAL
diff --git a/libclamav/readdb.c b/libclamav/readdb.c
index cf1f230..fe495a1 100644
--- a/libclamav/readdb.c
+++ b/libclamav/readdb.c
@@ -1469,6 +1469,7 @@ static int cli_loadftm(FILE *fs, struct cl_engine *engine, unsigned int options,
while(1) {
if(internal) {
+ options |= CL_DB_OFFICIAL;
if(!ftypes_int[line])
break;
strncpy(buffer, ftypes_int[line], sizeof(buffer));
--
Debian repository for ClamAV
More information about the Pkg-clamav-commits
mailing list