summaryrefslogtreecommitdiffstats
path: root/runtime/msg.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-18 17:48:11 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-18 17:48:11 +0200
commitf33dd51c802a8d49839aa73fb9167d8bc31ea912 (patch)
treee9ab40604c50449f46c2af724858bcc245b234f6 /runtime/msg.h
parent2de4964affabc1ccf61bc72426a468fc871a54d0 (diff)
downloadrsyslog-f33dd51c802a8d49839aa73fb9167d8bc31ea912.tar.gz
rsyslog-f33dd51c802a8d49839aa73fb9167d8bc31ea912.tar.xz
rsyslog-f33dd51c802a8d49839aa73fb9167d8bc31ea912.zip
fixed abort condition with oversize tags
this was a regression I introduced this afternoon
Diffstat (limited to 'runtime/msg.h')
-rw-r--r--runtime/msg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/msg.h b/runtime/msg.h
index 4cdb0762..ec18b29d 100644
--- a/runtime/msg.h
+++ b/runtime/msg.h
@@ -74,7 +74,6 @@ struct msg {
int iLenRawMsg; /* length of raw message */
short offAfterPRI; /* offset, at which raw message WITHOUT PRI part starts in pszRawMsg */
short offMSG; /* offset at which the MSG part starts in pszRawMsg */
- //uchar *pszMSG; /* the MSG part itself */
int iLenMSG; /* Length of the MSG part */
int iLenTAG; /* Length of the TAG part */
uchar *pszHOSTNAME; /* HOSTNAME from syslog message */