diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-24 08:27:21 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-24 08:27:21 +0000 |
commit | f48f11f50e9337e499e6e7b56ca3f143cb55f181 (patch) | |
tree | d5aa1c07869fed909fae281cbe8f7e5266339e98 /omshell.c | |
parent | 6c1dc3ccbcd05115f3737f2b2db06be2505e68c6 (diff) | |
download | rsyslog-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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: |