From fadec4cee0dd2ac6b1cb1f642ee77d5bd9b7be7c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2009 15:20:20 +0000 Subject: Updated for startstop in core 0.5.0 --- clamav-controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clamav-controller.lua b/clamav-controller.lua index 0cb3f25..2fe0050 100644 --- a/clamav-controller.lua +++ b/clamav-controller.lua @@ -10,7 +10,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) -- cgit v1.2.3