summaryrefslogtreecommitdiffstats
path: root/tools/ompipe.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-27 18:07:14 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-27 18:07:14 +0200
commitc6fc7f5ba321047aaa20a79ac47fcc2d529a3415 (patch)
treecad03d9a75a9c98f409ac033815095b16b6afd5b /tools/ompipe.c
parent5930014cddf4ed5a5d0970f2a3b16be002c1ce4c (diff)
downloadrsyslog-c6fc7f5ba321047aaa20a79ac47fcc2d529a3415.tar.gz
rsyslog-c6fc7f5ba321047aaa20a79ac47fcc2d529a3415.tar.xz
rsyslog-c6fc7f5ba321047aaa20a79ac47fcc2d529a3415.zip
merge fix: made mistake when merging in v5-devel changes, now fixing
Diffstat (limited to 'tools/ompipe.c')
-rw-r--r--tools/ompipe.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/ompipe.c b/tools/ompipe.c
index d6b1f389..5d9397e1 100644
--- a/tools/ompipe.c
+++ b/tools/ompipe.c
@@ -221,11 +221,6 @@ CODESTARTparseSelectorAct
*/
CHKiRet(cflineParseFileName(p, (uchar*) pData->f_fname, *ppOMSR, 0, OMSR_NO_RQD_TPL_OPTS,
(pszFileDfltTplName == NULL) ? (uchar*)"RSYSLOG_FileFormat" : pszFileDfltTplName));
-
- /* at this stage, we ignore the return value of preparePipe, this is taken
- * care of in later steps. -- rgerhards, 2009-03-19
- */
- preparePipe(pData);
CODE_STD_FINALIZERparseSelectorAct
ENDparseSelectorAct