Browse code

bb#938 (sigtool --list-sigs not working with .cld files)

git-svn: trunk@3799

Tomasz Kojm authored on 2008/04/21 02:43:42
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Sun Apr 20 19:09:00 CEST 2008 (tk)
2
+----------------------------------
3
+  * sigtool/sigtool.c: bb#938 (sigtool --list-sigs not working with .cld files)
4
+
1 5
 Fri Apr 18 18:33:59 CEST 2008 (tk)
2 6
 ----------------------------------
3 7
   * libclamav: DLP: dconf support; pass flags through scan options
... ...
@@ -981,6 +981,7 @@ static int listdir(const char *dirname)
981 981
 	     cli_strbcasestr(dent->d_name, ".sdb") ||
982 982
 	     cli_strbcasestr(dent->d_name, ".zmd") ||
983 983
 	     cli_strbcasestr(dent->d_name, ".rmd") ||
984
+	     cli_strbcasestr(dent->d_name, ".cld") ||
984 985
 	     cli_strbcasestr(dent->d_name, ".cvd"))) {
985 986
 
986 987
 		dbfile = (char *) malloc(strlen(dent->d_name) + strlen(dirname) + 2);