Project

General

Profile

Bug #2060 » no.lua

Eric Leblond, 03/09/2017 04:58 AM

 
function init (args)
local needs = {}
needs["tls"] = tostring(true)
return needs
end

function match(args)
SCLogNotice("Lua was here.")
return 0
end
(1-1/3)