summaryrefslogtreecommitdiffstats
path: root/iptables-controller.lua
diff options
context:
space:
mode:
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