summaryrefslogtreecommitdiffstats
path: root/syslog-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'syslog-controller.lua')
-rw-r--r--syslog-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/syslog-controller.lua b/syslog-controller.lua
index bc4fa87..8a8209d 100644
--- a/syslog-controller.lua
+++ b/syslog-controller.lua
@@ -16,7 +16,7 @@ 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
function status(self)