summaryrefslogtreecommitdiffstats
path: root/runtime/msg.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-10-15 17:03:39 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-15 17:03:39 +0200
commit411b7fd43d27baa64fc80f717606ca4efa0d4801 (patch)
tree626c040e49759e5348568cb923eaa0d90365b3cf /runtime/msg.c
parentcfa8d01f52c96b18e17fb905092788ad520b39ac (diff)
downloadrsyslog-411b7fd43d27baa64fc80f717606ca4efa0d4801.tar.gz
rsyslog-411b7fd43d27baa64fc80f717606ca4efa0d4801.tar.bz2
rsyslog-411b7fd43d27baa64fc80f717606ca4efa0d4801.zip
remove debug code
went accidently into commit
Diffstat (limited to 'runtime/msg.c')
-rw-r--r--runtime/msg.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/msg.c b/runtime/msg.c
index 6ba20de6..d874178b 100644
--- a/runtime/msg.c
+++ b/runtime/msg.c
@@ -2259,9 +2259,6 @@ void MsgSetMSGoffs(msg_t *pMsg, short offs)
ISOBJ_TYPE_assert(pMsg, msg);
pMsg->offMSG = offs;
if(offs > pMsg->iLenRawMsg) {
- if(!(offs - 1 == pMsg->iLenRawMsg)) {
- *((char*)(0)) = "abd";
- }
assert(offs - 1 == pMsg->iLenRawMsg);
pMsg->iLenMSG = 0;
} else {