aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/protocol.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-03-15 15:34:57 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-03-15 15:34:57 +0000
commite30a789108908e60c6268bb98c5fe398fa03149a (patch)
treed7d0b129b5407cb32b4ee5e98d9ee1e6886f8c97 /src/libserver/protocol.c
parent26aab9459c61810115bec031c82147d1f109a7e2 (diff)
downloadrspamd-e30a789108908e60c6268bb98c5fe398fa03149a.tar.gz
rspamd-e30a789108908e60c6268bb98c5fe398fa03149a.zip
[Minor] Change keys in protocol as '-' symbol is bad
Diffstat (limited to 'src/libserver/protocol.c')
-rw-r--r--src/libserver/protocol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libserver/protocol.c b/src/libserver/protocol.c
index 3096263da..7d9576a30 100644
--- a/src/libserver/protocol.c
+++ b/src/libserver/protocol.c
@@ -1173,10 +1173,10 @@ rspamd_protocol_write_ucl (struct rspamd_task *task,
"message-id", 0, false);
ucl_object_insert_key (top,
ucl_object_fromdouble (task->time_real_finish - task->time_real),
- "time-real", 0, false);
+ "time_real", 0, false);
ucl_object_insert_key (top,
ucl_object_fromdouble (task->time_virtual_finish - task->time_virtual),
- "time-virtual", 0, false);
+ "time_virtual", 0, false);
}
if (flags & RSPAMD_PROTOCOL_DKIM) {