mirror of https://github.com/OISF/suricata
lua: don't accept a table as a return value from match
Remove the half finished support for accepting a table returned from a Lua rule's match function. This is not documented, not tested, and not really implemented. Also, use lua_tointeger to get the return value from the match function as an integer instead of a float. Ticket: #6941pull/13518/head
parent
a300df4c4d
commit
6f20d87ba1
Loading…
Reference in New Issue