summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@trask19.(none)>2009-06-04 15:58:02 +0000
committerroot <root@trask19.(none)>2009-06-04 15:58:02 +0000
commit07d9785445a669df0c82cbf2e58c8e07010bc3e8 (patch)
tree1f9b3a5e49882491fb113211c5d0dce8f6565bf5
parent36f31637a89d5f7e4d310feb1bfeaf5da54a68ae (diff)
downloadacf-openssh-07d9785445a669df0c82cbf2e58c8e07010bc3e8.tar.bz2
acf-openssh-07d9785445a669df0c82cbf2e58c8e07010bc3e8.tar.xz
Updated for startstop in core 0.5.0
-rw-r--r--openssh-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssh-controller.lua b/openssh-controller.lua
index 2ebf0da..99b7650 100644
--- a/openssh-controller.lua
+++ b/openssh-controller.lua
@@ -14,7 +14,7 @@ function config(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 expert(self)