summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--snort-controller.lua2
1 files changed, 1 insertions, 1 deletions
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)