summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-10-15 17:21:03 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-10-15 17:21:03 +0200
commitf76b826989cea5fdfbb7b313557775cf082a398e (patch)
tree570dfc87e03e72bc5e8d9bd4c722390274485db0
parent5d8b1846ec376f590b390aef22566b6f87a8c188 (diff)
downloadrsyslog-f76b826989cea5fdfbb7b313557775cf082a398e.tar.gz
rsyslog-f76b826989cea5fdfbb7b313557775cf082a398e.tar.xz
rsyslog-f76b826989cea5fdfbb7b313557775cf082a398e.zip
solved minor compile problem (caused by merge)
-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 93906ba0..9b24dbc2 100644
--- a/plugins/imptcp/imptcp.c
+++ b/plugins/imptcp/imptcp.c
@@ -498,7 +498,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);