summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)