]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix noise on debug_modules initialisation
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 15 Mar 2018 16:50:53 +0000 (16:50 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 15 Mar 2018 16:50:53 +0000 (16:50 +0000)
src/libutil/logger.c

index 0926b09dedc3dcd4dc9316a7e668f220d21e580f..0e057d1d8bade774e27a00b808d51c6f43a34d60 100644 (file)
@@ -1433,8 +1433,6 @@ rspamd_logger_configure_modules (GHashTable *mods_enabled)
                rspamd_logger_add_debug_module ((const gchar *)k);
        }
 
-       /* Now we have bit in our bitset available */
-       memset (log_modules->bitset, 0, log_modules->bitset_allocated);
        g_hash_table_iter_init (&it, mods_enabled);
 
        while (g_hash_table_iter_next (&it, &k, &v)) {