diff options
Diffstat (limited to 'src/lua/lua_common.h')
-rw-r--r-- | src/lua/lua_common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lua/lua_common.h b/src/lua/lua_common.h index 55070acf2..457f470e9 100644 --- a/src/lua/lua_common.h +++ b/src/lua/lua_common.h @@ -95,7 +95,8 @@ enum rspamd_lua_map_type { RSPAMD_LUA_MAP_HASH, RSPAMD_LUA_MAP_REGEXP, RSPAMD_LUA_MAP_REGEXP_MULTIPLE, - RSPAMD_LUA_MAP_CALLBACK + RSPAMD_LUA_MAP_CALLBACK, + RSPAMD_LUA_MAP_UNKNOWN, }; struct rspamd_lua_map { |