Browse code

libclamav/readdb.h: read daily.cfg stored inside .cld containers (bb#1006)

git-svn: trunk@3832

Tomasz Kojm authored on 2008/05/03 22:46:18
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Sat May  3 14:46:41 CEST 2008 (tk)
2
+----------------------------------
3
+  * libclamav/readdb.h: read daily.cfg stored inside .cld containers (bb#1006)
4
+
1 5
 Fri May  2 20:09:56 EEST 2008 (edwin)
2 6
 ------------------------------------
3 7
   * libclamav/mbox.c, shared/network.c: prevent uninitialized use of hostent
... ...
@@ -47,6 +47,7 @@
47 47
 	cli_strbcasestr(ext, ".wdb")   ||	\
48 48
 	cli_strbcasestr(ext, ".ftm")   ||	\
49 49
 	cli_strbcasestr(ext, ".ign")   ||	\
50
+	cli_strbcasestr(ext, ".cfg")   ||	\
50 51
 	cli_strbcasestr(ext, ".cvd")   ||	\
51 52
 	cli_strbcasestr(ext, ".cld")		\
52 53
     )