summaryrefslogtreecommitdiffstats
path: root/shorewall-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'shorewall-controller.lua')
-rw-r--r--shorewall-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/shorewall-controller.lua b/shorewall-controller.lua
index da88e40..99b31c4 100644
--- a/shorewall-controller.lua
+++ b/shorewall-controller.lua
@@ -31,7 +31,7 @@ function details(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
function listfiles(self)