aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/cfg_file_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libserver/cfg_file_private.h')
-rw-r--r--src/libserver/cfg_file_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/cfg_file_private.h b/src/libserver/cfg_file_private.h
index 03f735efe..94cb9aa08 100644
--- a/src/libserver/cfg_file_private.h
+++ b/src/libserver/cfg_file_private.h
@@ -26,7 +26,7 @@
* Action config definition
*/
struct rspamd_action {
- enum rspamd_action_type action;
+ enum rspamd_action_type action_type;
enum rspamd_action_flags flags;
guint priority;
gint lua_handler_ref; /* If special handling is needed */