aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libserver/fuzzy_wire.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libserver/fuzzy_wire.h b/src/libserver/fuzzy_wire.h
index fb0cbf3ad..da809f405 100644
--- a/src/libserver/fuzzy_wire.h
+++ b/src/libserver/fuzzy_wire.h
@@ -84,8 +84,8 @@ struct rspamd_fuzzy_stat_entry {
guint32 fuzzy_cnt;
};
-struct fuzzy_peer_cmd {
- gboolean is_shingle;
+RSPAMD_PACKED(fuzzy_peer_cmd) {
+ gint32 is_shingle;
union {
struct rspamd_fuzzy_cmd normal;
struct rspamd_fuzzy_shingle_cmd shingle;