From 9409e4e8e62e2e1a50199a9f58e49ba76f3acead Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 6 Mar 2014 02:44:55 +0000 Subject: Fix exception in rc/startstop submission --- rc-model.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc-model.lua b/rc-model.lua index 3df75a2..35e69a5 100644 --- a/rc-model.lua +++ b/rc-model.lua @@ -89,8 +89,8 @@ function mymodule.get_startstop(self, clientdata) return modelfunctions.get_startstop(clientdata.servicename) end -function mymodule.startstop_service(self, startstop) - return modelfunctions.startstop_service(startstop, clientdata.action) +function mymodule.startstop_service(self, startstop, action) + return modelfunctions.startstop_service(startstop, action) end return mymodule -- cgit v1.2.3