summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@trask19.(none)>2009-06-04 15:55:50 +0000
committerroot <root@trask19.(none)>2009-06-04 15:55:50 +0000
commit21fb721477c1080eae1715eac711776d615fbfe8 (patch)
tree6da499d7b8d42a1d0889947631991875d1b0c8f7
parentce4ec317fe15ca9f3f018a6373d40c8ca3019df0 (diff)
downloadacf-opennhrp-21fb721477c1080eae1715eac711776d615fbfe8.tar.bz2
acf-opennhrp-21fb721477c1080eae1715eac711776d615fbfe8.tar.xz
Updated for startstop in core 0.5.0
-rw-r--r--opennhrp-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/opennhrp-controller.lua b/opennhrp-controller.lua
index 94ea3eb..305898b 100644
--- a/opennhrp-controller.lua
+++ b/opennhrp-controller.lua
@@ -13,7 +13,7 @@ function show(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 listinterfaces(self)