From 6c1dc3ccbcd05115f3737f2b2db06be2505e68c6 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 24 Jul 2007 08:08:53 +0000 Subject: changed select action config reader to use module interface --- omshell.c | 1 + 1 file changed, 1 insertion(+) (limited to 'omshell.c') diff --git a/omshell.c b/omshell.c index 2056f521..8dd4b0c8 100644 --- a/omshell.c +++ b/omshell.c @@ -86,6 +86,7 @@ static rsRetVal parseSelectorAct(uchar **pp, selector_t *f) f->f_type = F_SHELL; f->doAction = doActionShell; } + break; default: iRet = RS_RET_CONFLINE_UNPROCESSED; break; -- cgit