]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #1581 in SNORT/snort3 from ~RUCOMBS/snort3:tweakz to master
authorRuss Combs (rucombs) <rucombs@cisco.com>
Thu, 18 Apr 2019 14:30:01 +0000 (10:30 -0400)
committerRuss Combs (rucombs) <rucombs@cisco.com>
Thu, 18 Apr 2019 14:30:01 +0000 (10:30 -0400)
Squashed commit of the following:

commit 743a8e8c10cac70fd9cde12da4fb4bb09f76b6d2
Author: russ <rucombs@cisco.com>
Date:   Wed Apr 17 20:50:13 2019 -0400

    Lua: update tweaks per latest include changes

lua/snort.lua

index a41e61220255d6f6a37da532fc0f9633b968bf9f..9032ecc462bb9fde41eb9646a0849108fba481d2 100644 (file)
@@ -249,6 +249,6 @@ rate_filter =
 ---------------------------------------------------------------------------
 
 if ( tweaks ~= nil ) then
-    dofile(conf_dir .. '/' .. tweaks .. '.lua')
+    include(tweaks .. '.lua')
 end