summaryrefslogtreecommitdiffstats
path: root/plugins/imdiag
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-13 07:29:11 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-13 07:29:11 +0200
commit05b0c4322bbd7621762dc4b9b3a2e1baeabdaa1f (patch)
treefff445812838b1793c3d515f2a2fb6a63288668a /plugins/imdiag
parent61f643b080234115a0d3cfc1323ff29f8a33f23e (diff)
downloadrsyslog-05b0c4322bbd7621762dc4b9b3a2e1baeabdaa1f.tar.gz
rsyslog-05b0c4322bbd7621762dc4b9b3a2e1baeabdaa1f.tar.xz
rsyslog-05b0c4322bbd7621762dc4b9b3a2e1baeabdaa1f.zip
removed no longer needed msg_t property "bParseHOSTNAME"
Diffstat (limited to 'plugins/imdiag')
-rw-r--r--plugins/imdiag/imdiag.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/imdiag/imdiag.c b/plugins/imdiag/imdiag.c
index 9602f50d..4359cda1 100644
--- a/plugins/imdiag/imdiag.c
+++ b/plugins/imdiag/imdiag.c
@@ -213,7 +213,6 @@ doInjectMsg(int iNum)
MsgSetInputName(pMsg, pInputName);
MsgSetFlowControlType(pMsg, eFLOWCTL_NO_DELAY);
pMsg->msgFlags = NEEDS_PARSING | PARSE_HOSTNAME;
- pMsg->bParseHOSTNAME = 1;
MsgSetRcvFrom(pMsg, pRcvDummy);
CHKiRet(MsgSetRcvFromIP(pMsg, pRcvIPDummy));
CHKiRet(submitMsg(pMsg));