Skip to content

Commit eb52fd8

Browse files
committed
Add 'valhalla' to Freshclam's list of optional CVD's
1 parent 376eb45 commit eb52fd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

freshclam/freshclam.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ fc_error_t get_official_database_lists(
10291029
uint32_t i;
10301030

10311031
const char *hardcodedStandardDatabaseList[] = {"daily", "main", "bytecode"};
1032-
const char *hardcodedOptionalDatabaseList[] = {"safebrowsing", "test"};
1032+
const char *hardcodedOptionalDatabaseList[] = {"safebrowsing", "test", "valhalla"};
10331033

10341034
if ((NULL == standardDatabases) || (NULL == nStandardDatabases) || (NULL == optionalDatabases) || (NULL == nOptionalDatabases)) {
10351035
mprintf(LOGG_ERROR, "get_official_database_lists: Invalid arguments.\n");

0 commit comments

Comments
 (0)