summaryrefslogtreecommitdiffstats
path: root/omshell.c
diff options
context:
space:
mode:
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;