summaryrefslogtreecommitdiffstats
path: root/omdiscard.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-26 10:50:06 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-26 10:50:06 +0000
commit1904ce3f5aa11f190c881ccda650c1f464fe9271 (patch)
treed912404f4ab5596f21e2ab7a9aed9505b2b88f0c /omdiscard.c
parent334a663dd1cc2ad6a4377f39ae0f03c1bee55fe6 (diff)
downloadrsyslog-1904ce3f5aa11f190c881ccda650c1f464fe9271.tar.gz
rsyslog-1904ce3f5aa11f190c881ccda650c1f464fe9271.tar.xz
rsyslog-1904ce3f5aa11f190c881ccda650c1f464fe9271.zip
- removed f_type from omshell.c, omdiscard.c, omusrmsg.c, ommysql.c
- removed f_type from syslogd.c/cflineParseFileName() - fixed bug in omfile.c which could lead to invalid addressing if "-" was given to not sync file - removed f_type from omfile.c
Diffstat (limited to 'omdiscard.c')
-rw-r--r--omdiscard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/omdiscard.c b/omdiscard.c
index 52f1b938..b12474c5 100644
--- a/omdiscard.c
+++ b/omdiscard.c
@@ -82,7 +82,6 @@ CODESTARTparseSelectorAct
if(*p == '~') {
/* TODO: check the rest of the selector line - error reporting */
dprintf("discard\n");
- f->f_type = F_DISCARD;
} else {
iRet = RS_RET_CONFLINE_UNPROCESSED;
}