From bb316d50d3ed0eeec998b7ea535dc587ef2fff21 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 21:13:50 +0000 Subject: Change use of require to work with Lua 5.2 --- snort-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snort-model.lua') diff --git a/snort-model.lua b/snort-model.lua index e198aa8..c8c7d83 100644 --- a/snort-model.lua +++ b/snort-model.lua @@ -2,7 +2,7 @@ module (..., package.seeall) -- Load libraries -require("modelfunctions") +modelfunctions = require("modelfunctions") fs = require("acf.fs") -- Set variables -- cgit v1.2.3