summaryrefslogtreecommitdiffstats
path: root/omshell.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-24 08:27:21 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-24 08:27:21 +0000
commitf48f11f50e9337e499e6e7b56ca3f143cb55f181 (patch)
treed5aa1c07869fed909fae281cbe8f7e5266339e98 /omshell.c
parent6c1dc3ccbcd05115f3737f2b2db06be2505e68c6 (diff)
downloadrsyslog-f48f11f50e9337e499e6e7b56ca3f143cb55f181.tar.gz
rsyslog-f48f11f50e9337e499e6e7b56ca3f143cb55f181.tar.xz
rsyslog-f48f11f50e9337e499e6e7b56ca3f143cb55f181.zip
changed action calling sequence to module interface/structure
Diffstat (limited to 'omshell.c')
-rw-r--r--omshell.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/omshell.c b/omshell.c
index 8dd4b0c8..0718e66d 100644
--- a/omshell.c
+++ b/omshell.c
@@ -84,7 +84,6 @@ static rsRetVal parseSelectorAct(uchar **pp, selector_t *f)
cflineParseFileName(f, p);
if (f->f_type == F_FILE) {
f->f_type = F_SHELL;
- f->doAction = doActionShell;
}
break;
default: