aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/milter.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-03-14 13:59:46 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-03-14 13:59:46 +0000
commitdbfdd2bf45134a467fed1e625c7bcbe93f199e24 (patch)
tree4132a4f624abe20ab6291e8440e33552fb652a00 /src/libserver/milter.c
parent818e3f818179bd737087cba6abd0484b17f68932 (diff)
downloadrspamd-dbfdd2bf45134a467fed1e625c7bcbe93f199e24.tar.gz
rspamd-dbfdd2bf45134a467fed1e625c7bcbe93f199e24.zip
[Minor] Sigh, another r<->x
Diffstat (limited to 'src/libserver/milter.c')
-rw-r--r--src/libserver/milter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/milter.c b/src/libserver/milter.c
index 372359258..188ff42d9 100644
--- a/src/libserver/milter.c
+++ b/src/libserver/milter.c
@@ -1146,7 +1146,7 @@ rspamd_milter_set_reply (struct rspamd_milter_session *session,
gboolean ret;
buf = g_string_sized_new (xcode->len + rcode->len + reply->len + 2);
- rspamd_printf_gstring (buf, "%V %V %V", xcode, rcode, reply);
+ rspamd_printf_gstring (buf, "%V %V %V", rcode, xcode, reply);
ret = rspamd_milter_send_action (session, RSPAMD_MILTER_REPLYCODE,
buf);
g_string_free (buf, TRUE);