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