From 124813c0c6a7dd0c2e348f64975c1b4ab602356a Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2009 15:26:58 +0000 Subject: Updated for startstop in core 0.5.0 --- dnsmasq-controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsmasq-controller.lua b/dnsmasq-controller.lua index c2eaa5d..41e3780 100644 --- a/dnsmasq-controller.lua +++ b/dnsmasq-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 config(self) -- cgit v1.2.3