summaryrefslogtreecommitdiffstats
path: root/omshell.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-24 08:08:53 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-24 08:08:53 +0000
commit6c1dc3ccbcd05115f3737f2b2db06be2505e68c6 (patch)
tree88ca086f01f57dca3b7534450cd133691bb56021 /omshell.c
parentcb2fc5f2d664ce48b9e3e8fd6c06e3aa3a9d9f66 (diff)
downloadrsyslog-6c1dc3ccbcd05115f3737f2b2db06be2505e68c6.tar.gz
rsyslog-6c1dc3ccbcd05115f3737f2b2db06be2505e68c6.tar.xz
rsyslog-6c1dc3ccbcd05115f3737f2b2db06be2505e68c6.zip
changed select action config reader to use module interface
Diffstat (limited to 'omshell.c')
-rw-r--r--omshell.c1
1 files changed, 1 insertions, 0 deletions
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;