summaryrefslogtreecommitdiffstats
path: root/iptables-controller.lua
diff options
context:
space:
mode:
authorroot <root@trask19.(none)>2009-06-04 15:52:48 +0000
committerroot <root@trask19.(none)>2009-06-04 15:52:48 +0000
commitcd5e1962f0cbb377ea15891b86ea563b27feba73 (patch)
tree9aefbf985447e4efa5d10b5fc7181df331709324 /iptables-controller.lua
parent8a20218d260113d039934bbb46ff49d147c72375 (diff)
downloadacf-iptables-cd5e1962f0cbb377ea15891b86ea563b27feba73.tar.bz2
acf-iptables-cd5e1962f0cbb377ea15891b86ea563b27feba73.tar.xz
Updated for startstop in core 0.5.0
Diffstat (limited to 'iptables-controller.lua')
-rw-r--r--iptables-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables-controller.lua b/iptables-controller.lua
index 16fac32..2cecc56 100644
--- a/iptables-controller.lua
+++ b/iptables-controller.lua
@@ -60,5 +60,5 @@ function expert(self)
end
function startstop(self)
- return controllerfunctions.handle_startstop(self, self.model.startstop_service, self.model.getstatus, self.clientdata)
+ return controllerfunctions.handle_startstop(self, self.model.startstop_service, self.clientdata)
end