summaryrefslogtreecommitdiffstats
path: root/openssh-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'openssh-controller.lua')
-rw-r--r--openssh-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssh-controller.lua b/openssh-controller.lua
index 2ebf0da..99b7650 100644
--- a/openssh-controller.lua
+++ b/openssh-controller.lua
@@ -14,7 +14,7 @@ function config(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 expert(self)