commit 2e0bd08: [Minor] Fix commas in client

Vsevolod Stakhov vsevolod at highsecure.ru
Mon Jul 22 15:28:05 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-07-22 16:26:47 +0100
URL: https://github.com/rspamd/rspamd/commit/2e0bd0875faf80e820d65b5496d6bee5ddd7c4c5 (HEAD -> master)

[Minor] Fix commas in client

---
 src/client/rspamc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/client/rspamc.c b/src/client/rspamc.c
index abea78da7..303669405 100644
--- a/src/client/rspamc.c
+++ b/src/client/rspamc.c
@@ -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,


More information about the Commits mailing list