Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Jul 25, 2023
1 parent 82607d1 commit 39cce00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libclamav/udf.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static cl_error_t writeWholeFile(cli_ctx *ctx, const char *const fileName, const
status = cli_magic_scan_desc(fd, tmpf, ctx, fileName, LAYER_ATTRIBUTES_NONE);

done:
if (-1 != fd){
if (-1 != fd) {
close(fd);
fd = -1;
}
Expand Down

0 comments on commit 39cce00

Please sign in to comment.