From c054b51e32e449c685ae1d33f8b24804364ac1f7 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 9 Apr 2008 14:03:36 +0000 Subject: Small bugfix. git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@978 ab2d0c66-481e-0410-8bed-d214d4d58bed --- snort-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snort-model.lua') diff --git a/snort-model.lua b/snort-model.lua index f933283..8bc6d68 100644 --- a/snort-model.lua +++ b/snort-model.lua @@ -118,7 +118,7 @@ end -- action should be a CFE function startstop_service ( self, action ) local cmd = action.value - local cmdresult,cmdmessage,cmderror,cmdaction = daemoncontrol.daemoncontrol("snort", cmd) + local cmdresult,cmdmessage,cmderror,cmdaction = daemoncontrol.daemoncontrol(processname, cmd) action.descr=cmdmessage action.errtxt=cmderror return cmdresult,action -- cgit v1.2.3