aboutsummaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/rspamc.c2
1 files changed, 1 insertions, 1 deletions
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,