diff options
author | root <root@trask19.(none)> | 2009-06-04 15:50:36 +0000 |
---|---|---|
committer | root <root@trask19.(none)> | 2009-06-04 15:50:36 +0000 |
commit | 9b769135d1050d0dd850ae1a5179df178670fde8 (patch) | |
tree | fa557f52055f02cb3704b6b8c7151fc41135b9ba | |
parent | 4b01e49bbfe014df6f6038fef455a25958a45e5a (diff) | |
download | acf-ipsec-tools-9b769135d1050d0dd850ae1a5179df178670fde8.tar.bz2 acf-ipsec-tools-9b769135d1050d0dd850ae1a5179df178670fde8.tar.xz |
Updated for startstop in core 0.5.0
-rw-r--r-- | ipsectools-controller.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsectools-controller.lua b/ipsectools-controller.lua index ef59fdb..545b675 100644 --- a/ipsectools-controller.lua +++ b/ipsectools-controller.lua @@ -16,7 +16,7 @@ function status(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 details(self) |