summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@trask19.(none)>2009-06-04 15:24:16 +0000
committerroot <root@trask19.(none)>2009-06-04 15:24:16 +0000
commit51c5788d4f9138ef2cb6a80356c3c6b904d0785d (patch)
treea9f490805172a71a4d763d85074d3ab906724fed
parent603975f5d271e2dec6cd432d5885f5fc95539bcb (diff)
downloadacf-dhcp-51c5788d4f9138ef2cb6a80356c3c6b904d0785d.tar.bz2
acf-dhcp-51c5788d4f9138ef2cb6a80356c3c6b904d0785d.tar.xz
Updated for startstop in core 0.5.0
-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 )