diff options
-rw-r--r-- | openntpd-controller.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openntpd-controller.lua b/openntpd-controller.lua index d8fa596..f735e84 100644 --- a/openntpd-controller.lua +++ b/openntpd-controller.lua @@ -25,5 +25,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 |