diff --git a/libfreshclam/libfreshclam_internal.c b/libfreshclam/libfreshclam_internal.c index 5afde46710..c8147aec43 100644 --- a/libfreshclam/libfreshclam_internal.c +++ b/libfreshclam/libfreshclam_internal.c @@ -251,6 +251,7 @@ fc_error_t load_freshclam_dat(void) char error_message[260]; cli_strerror(errno, error_message, 260); logg(LOGG_DEBUG, "Last cf-ray not present in freshclam.dat.\n"); + //test signoff memset(g_lastRay, 0, sizeof(g_lastRay)); }