]> git.ipfire.org Git - thirdparty/suricata.git/commit
output-lua: sync variable name with yaml
authorEric Leblond <eric@regit.org>
Thu, 28 May 2015 05:02:12 +0000 (07:02 +0200)
committerVictor Julien <victor@inliniac.net>
Sat, 30 May 2015 09:00:17 +0000 (11:00 +0200)
commitbe07620a6021b7bd448bca02a68961516ab4ef9a
tree2d5806e21b2dfee6d8e5addd7f1143622808ca14
parentae23144b67e62636b8955d28cc0b8f9c761a3334
output-lua: sync variable name with yaml

'script-dir' was used in the code but we had 'scripts-dir' in the
configuration file. This patch fixes it to 'scripts-dir'.
src/output-lua.c