summaryrefslogtreecommitdiffstats
path: root/plugins/imklog
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/imklog
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/imklog')
-rw-r--r--plugins/imklog/imklog.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/imklog/imklog.c b/plugins/imklog/imklog.c
index 7994c5eb..c59ce04f 100644
--- a/plugins/imklog/imklog.c
+++ b/plugins/imklog/imklog.c
@@ -111,7 +111,6 @@ enqMsg(uchar *msg, uchar* pszTag, int iFacility, int iSeverity)
MsgSetTAG(pMsg, pszTag, ustrlen(pszTag));
pMsg->iFacility = LOG_FAC(iFacility);
pMsg->iSeverity = LOG_PRI(iSeverity);
- pMsg->bParseHOSTNAME = 0;
CHKiRet(submitMsg(pMsg));
finalize_it: