From 7836e734bce9bd42c0f83e4e7f3878545256f073 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2009 16:08:00 +0000 Subject: Updated for startstop in core 0.5.0 --- snort-controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snort-controller.lua b/snort-controller.lua index 513627a..828e10f 100644 --- a/snort-controller.lua +++ b/snort-controller.lua @@ -20,7 +20,7 @@ function details(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) -- cgit v1.2.3