aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/protocol.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-04-26 20:34:41 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-04-26 20:34:41 +0100
commit7156236d9dad29c47f1fc74f2ad35cefc9c0dfab (patch)
tree285b1eeea45cb82aea755c1816657b762a87fb47 /src/libserver/protocol.h
parentaca499865e917970126ee14869de70b11de875a9 (diff)
downloadrspamd-7156236d9dad29c47f1fc74f2ad35cefc9c0dfab.tar.gz
rspamd-7156236d9dad29c47f1fc74f2ad35cefc9c0dfab.zip
[Fix] Fix passing data to log helper when many symbols defined
Diffstat (limited to 'src/libserver/protocol.h')
-rw-r--r--src/libserver/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/protocol.h b/src/libserver/protocol.h
index c266c2f99..c0095fedc 100644
--- a/src/libserver/protocol.h
+++ b/src/libserver/protocol.h
@@ -20,7 +20,7 @@
struct rspamd_protocol_log_symbol_result {
guint32 id;
- gdouble score;
+ float score;
};
struct rspamd_protocol_log_message_sum {
guint32 nresults;