]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Fix repeated logging.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 28 Aug 2015 15:44:15 +0000 (16:44 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 28 Aug 2015 15:44:15 +0000 (16:44 +0100)
src/libutil/logger.c

index b180b9dc55e36e5e2c01408fa0c0a91a048f264c..c3ede99a57d31455c7d6632e3659fc6e6711c04b 100644 (file)
@@ -576,7 +576,7 @@ file_log_function (const gchar *log_domain,
                gboolean forced,
                gpointer arg)
 {
-       static gchar tmpbuf[256], timebuf[32], modulebuf[64];
+       gchar tmpbuf[256], timebuf[32], modulebuf[64];
        gchar *m;
        time_t now;
        struct tm *tms;