diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-01-28 20:45:08 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-01-28 20:45:08 +0000 |
commit | 095fb4617c45c64a17d75d888aca2cc1d03548ae (patch) | |
tree | 5c94d38aa6340ceb342783ca94103791c06675dd /src/libmime/scan_result.h | |
parent | 2710590c92c1ad315657de69fb2a7672d8688f80 (diff) | |
download | rspamd-095fb4617c45c64a17d75d888aca2cc1d03548ae.tar.gz rspamd-095fb4617c45c64a17d75d888aca2cc1d03548ae.zip |
[Minor] Fix options insertion when a shadow result is presented
Diffstat (limited to 'src/libmime/scan_result.h')
-rw-r--r-- | src/libmime/scan_result.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libmime/scan_result.h b/src/libmime/scan_result.h index c2b1088da..b7a548be0 100644 --- a/src/libmime/scan_result.h +++ b/src/libmime/scan_result.h @@ -43,6 +43,7 @@ struct rspamd_symbol_result { gssize opts_len; /**< total size of all options (negative if truncated option is added) */ guint nshots; enum rspamd_symbol_result_flags flags; + struct rspamd_symbol_result *next; }; |