Skip to content

Commit

Permalink
Add 'valhalla' to Freshclam's list of optional CVD's
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Apr 12, 2024
1 parent 30cff1f commit b9d1963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freshclam/freshclam.c
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ fc_error_t get_official_database_lists(
uint32_t i;

const char *hardcodedStandardDatabaseList[] = {"daily", "main", "bytecode"};
const char *hardcodedOptionalDatabaseList[] = {"safebrowsing", "test"};
const char *hardcodedOptionalDatabaseList[] = {"safebrowsing", "test", "valhalla"};

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

0 comments on commit b9d1963

Please sign in to comment.