Browse code

Add 'valhalla' to Freshclam's list of optional CVD's

Micah Snyder authored on 2024/04/13 02:57:01
Showing 1 changed files
... ...
@@ -998,7 +998,7 @@ fc_error_t get_official_database_lists(
998 998
     uint32_t i;
999 999
 
1000 1000
     const char *hardcodedStandardDatabaseList[] = {"daily", "main", "bytecode"};
1001
-    const char *hardcodedOptionalDatabaseList[] = {"safebrowsing", "test"};
1001
+    const char *hardcodedOptionalDatabaseList[] = {"safebrowsing", "test", "valhalla"};
1002 1002
 
1003 1003
     if ((NULL == standardDatabases) || (NULL == nStandardDatabases) || (NULL == optionalDatabases) || (NULL == nOptionalDatabases)) {
1004 1004
         mprintf("!get_official_database_lists: Invalid arguments.\n");