summaryrefslogtreecommitdiffstats
path: root/awall/ipset.lua
diff options
context:
space:
mode:
Diffstat (limited to 'awall/ipset.lua')
-rw-r--r--awall/ipset.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awall/ipset.lua b/awall/ipset.lua
index ceba5e6..5086d28 100644
--- a/awall/ipset.lua
+++ b/awall/ipset.lua
@@ -9,7 +9,7 @@ module(..., package.seeall)
require 'awall.object'
-IPSet = awall.object.class(awall.object.Object)
+IPSet = awall.object.class()
function IPSet:init(config) self.config = config or {} end