diff options
Diffstat (limited to 'lualib/lua_util.lua')
-rw-r--r-- | lualib/lua_util.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lualib/lua_util.lua b/lualib/lua_util.lua index d41d79fea..33d7e3714 100644 --- a/lualib/lua_util.lua +++ b/lualib/lua_util.lua @@ -22,6 +22,7 @@ limitations under the License. local exports = {} local lpeg = require 'lpeg' + local split_grammar = {} local function rspamd_str_split(s, sep) local gr = split_grammar[sep] |