diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-10-15 17:21:03 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-10-15 17:21:03 +0200 |
commit | f76b826989cea5fdfbb7b313557775cf082a398e (patch) | |
tree | 570dfc87e03e72bc5e8d9bd4c722390274485db0 /plugins/imptcp/imptcp.c | |
parent | 5d8b1846ec376f590b390aef22566b6f87a8c188 (diff) | |
download | rsyslog-f76b826989cea5fdfbb7b313557775cf082a398e.tar.gz rsyslog-f76b826989cea5fdfbb7b313557775cf082a398e.tar.bz2 rsyslog-f76b826989cea5fdfbb7b313557775cf082a398e.zip |
solved minor compile problem (caused by merge)
Diffstat (limited to 'plugins/imptcp/imptcp.c')
-rw-r--r-- | plugins/imptcp/imptcp.c | 1 |
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); |