Skip to content

Commit

Permalink
Fix benign compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Aug 2, 2023
1 parent 6e11fc3 commit 72fda78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libclamav/matcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,6 @@ cl_error_t cli_scan_desc(int desc, cli_ctx *ctx, cli_file_t ftype, bool filetype
cl_error_t status = CL_CLEAN;
int empty;
fmap_t *new_map = NULL;
fmap_t *map = ctx->fmap; /* Store off the parent fmap for easy reference */

new_map = fmap_check_empty(desc, 0, 0, &empty, name);
if (NULL == new_map) {
Expand Down

0 comments on commit 72fda78

Please sign in to comment.