Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Jul 18, 2024
1 parent 1680dae commit b9298eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clamscan/manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,7 @@ int scanmanager(const struct optstruct *opts)
options.general |= CL_SCAN_GENERAL_HEURISTICS;
}

if (optget(opts, "store-html-urls")->enabled) {
if (optget(opts, "json-store-html-urls")->enabled) {
options.general |= CL_SCAN_STORE_HTML_URLS;
}

Expand Down

0 comments on commit b9298eb

Please sign in to comment.