Skip to content

Commit

Permalink
Update libfreshclam/libfreshclam.c
Browse files Browse the repository at this point in the history
Co-authored-by: Micah Snyder <[email protected]>
  • Loading branch information
ragusaa and micahsnyder authored Mar 15, 2024
1 parent 4ca2138 commit 575441b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libfreshclam/libfreshclam.c
Original file line number Diff line number Diff line change
Expand Up @@ -822,8 +822,8 @@ fc_error_t fc_update_databases(
}
}

/*Clear the old cf-ray ids. This is really only so that
* we don't have stale ones when we are running in daemon mode.*/
/* Clear the old cf-ray ids. This is really only so that
* we don't have stale ones when we are running in daemon mode. */
memset(&g_lastRay, 0, sizeof(g_lastRay));

for (i = 0; i < nDatabases; i++) {
Expand Down

0 comments on commit 575441b

Please sign in to comment.