Browse Source

[Minor] One more sanity check

tags/2.0
Vsevolod Stakhov 4 years ago
parent
commit
d32a22c106
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lualib/lua_cfg_transform.lua

+ 1
- 1
lualib/lua_cfg_transform.lua View File

@@ -384,7 +384,7 @@ return function(cfg)
}
}

if cfg.symbols['IP_SCORE'] then
if cfg.symbols and cfg.symbols['IP_SCORE'] then
local t = cfg.symbols['IP_SCORE']

if not cfg.symbols['SENDER_REP_SPAM'] then

Loading…
Cancel
Save