]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix commas in client
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 22 Jul 2019 15:26:47 +0000 (16:26 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 22 Jul 2019 15:26:47 +0000 (16:26 +0100)
src/client/rspamc.c

index abea78da745398a8d082c8b58a56c561b2c12dd0..3036694050bf61a55312d9ce19735b71a84669f3 100644 (file)
@@ -80,7 +80,7 @@ static gint retcode = EXIT_SUCCESS;
 } while (0)
 
 #define ADD_CLIENT_FLAG(str, n) do { \
-   g_string_append ((str), (n)); \
+   g_string_append ((str), n ","); \
 } while (0)
 
 static gboolean rspamc_password_callback (const gchar *option_name,