diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-08-12 12:35:13 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-08-12 12:35:13 +0100 |
commit | d4d921a97e5a8548fb506ed8bc747d9a2bc37561 (patch) | |
tree | b3647b472e4e08680d0ce4464a353a5cbc05a35a /src/libserver/roll_history.c | |
parent | 22ef30cfeca05d3eaa6fc570959232798cc82de3 (diff) | |
download | rspamd-d4d921a97e5a8548fb506ed8bc747d9a2bc37561.tar.gz rspamd-d4d921a97e5a8548fb506ed8bc747d9a2bc37561.zip |
[Rework] Rename filter.h to a more sane name
Diffstat (limited to 'src/libserver/roll_history.c')
-rw-r--r-- | src/libserver/roll_history.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/roll_history.c b/src/libserver/roll_history.c index ceed8d04f..1a742a441 100644 --- a/src/libserver/roll_history.c +++ b/src/libserver/roll_history.c @@ -101,7 +101,7 @@ rspamd_roll_history_update (struct roll_history *history, { guint row_num; struct roll_history_row *row; - struct rspamd_metric_result *metric_res; + struct rspamd_scan_result *metric_res; struct history_metric_callback_data cbdata; struct rspamd_action *action; |