From 575441b7566e6ad4b89c98de8de37286585abdbe Mon Sep 17 00:00:00 2001 From: ragusaa <54862477+ragusaa@users.noreply.github.com> Date: Fri, 15 Mar 2024 12:50:03 -0400 Subject: [PATCH] Update libfreshclam/libfreshclam.c Co-authored-by: Micah Snyder --- libfreshclam/libfreshclam.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libfreshclam/libfreshclam.c b/libfreshclam/libfreshclam.c index 90bfe1c944..2bd4dd815f 100644 --- a/libfreshclam/libfreshclam.c +++ b/libfreshclam/libfreshclam.c @@ -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++) {