From 07d9785445a669df0c82cbf2e58c8e07010bc3e8 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2009 15:58:02 +0000 Subject: Updated for startstop in core 0.5.0 --- openssh-controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3