From 92f13febd3ac606a9f1a0f2852fbae7d43773a12 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2009 16:06:08 +0000 Subject: Updated for startstop in core 0.5.0 --- samba-controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba-controller.lua b/samba-controller.lua index 85d3cc7..b810bb9 100644 --- a/samba-controller.lua +++ b/samba-controller.lua @@ -10,7 +10,7 @@ function status(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