Several setup settings added

This commit is contained in:
Michiel Broek
2004-03-17 20:24:59 +00:00
parent 80e8422263
commit a479fa7b77
11 changed files with 192 additions and 135 deletions

View File

@@ -332,7 +332,7 @@ void ScanFiles(ff_list *tmp)
}
tl(kwd);
if (strlen(kwd) > 3) {
if (strlen(kwd) > scanmgr.keywordlen) {
if (strstr(fdb.Name, kwd) != NULL) {
Found = TRUE;
Syslog('m', "Found %s in %s in filename", kwd, fdb.Name);