summaryrefslogtreecommitdiffstats
path: root/awall/iptables.lua
diff options
context:
space:
mode:
Diffstat (limited to 'awall/iptables.lua')
-rw-r--r--awall/iptables.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awall/iptables.lua b/awall/iptables.lua
index a974c84..02536e8 100644
--- a/awall/iptables.lua
+++ b/awall/iptables.lua
@@ -31,7 +31,7 @@ builtin = {filter={'FORWARD', 'INPUT', 'OUTPUT'},
local backupdir = '/var/run/awall'
-local BaseIPTables = class(awall.object.Object)
+local BaseIPTables = class()
function BaseIPTables:print()
for family, tbls in pairs(families) do