summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dnsmasq-controller.lua2
1 files changed, 1 insertions, 1 deletions
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)