summaryrefslogtreecommitdiffstats
path: root/dhcp-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp-controller.lua')
-rw-r--r--dhcp-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp-controller.lua b/dhcp-controller.lua
index 5f36d7f..b444a89 100644
--- a/dhcp-controller.lua
+++ b/dhcp-controller.lua
@@ -10,7 +10,7 @@ status = function ( self )
end
startstop = function ( 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
settings = function( self )