From 51c5788d4f9138ef2cb6a80356c3c6b904d0785d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2009 15:24:16 +0000 Subject: Updated for startstop in core 0.5.0 --- dhcp-controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhcp-controller.lua') 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 ) -- cgit v1.2.3