summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-08-11 12:49:59 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-08-11 12:49:59 +0200
commitaef0aba9cd00fb225d2803210586b86a13547ce0 (patch)
treeecce340ab19ac964b1f041c652430a3932f3b29c /plugins
parenta77a99bfbf8505d05b08a981ab25d599af864ce5 (diff)
downloadrsyslog-aef0aba9cd00fb225d2803210586b86a13547ce0.tar.gz
rsyslog-aef0aba9cd00fb225d2803210586b86a13547ce0.tar.xz
rsyslog-aef0aba9cd00fb225d2803210586b86a13547ce0.zip
fix required for new engine
Diffstat (limited to 'plugins')
-rw-r--r--plugins/imptcp/imptcp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/imptcp/imptcp.c b/plugins/imptcp/imptcp.c
index 732590a9..905067ea 100644
--- a/plugins/imptcp/imptcp.c
+++ b/plugins/imptcp/imptcp.c
@@ -494,7 +494,6 @@ doSubmitMsg(ptcpsess_t *pThis, struct syslogTime *stTime, time_t ttGenTime, mult
MsgSetInputName(pMsg, pThis->pSrv->pInputName);
MsgSetFlowControlType(pMsg, eFLOWCTL_LIGHT_DELAY);
pMsg->msgFlags = NEEDS_PARSING | PARSE_HOSTNAME;
- pMsg->bParseHOSTNAME = 1;
MsgSetRcvFrom(pMsg, pThis->peerName);
CHKiRet(MsgSetRcvFromIP(pMsg, pThis->peerIP));
MsgSetRuleset(pMsg, pThis->pSrv->pRuleset);