summaryrefslogtreecommitdiffstats
path: root/msg.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-10 13:23:53 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-10 13:23:53 +0000
commit46d0a95fc1680bdef960260fba98d06ba7336d0d (patch)
treee9e93c65fb8547280e19e158d8f1e18f246712ed /msg.c
parent4c1002deed0236488e7c4d2e1e6e2f44d57cd698 (diff)
downloadrsyslog-46d0a95fc1680bdef960260fba98d06ba7336d0d.tar.gz
rsyslog-46d0a95fc1680bdef960260fba98d06ba7336d0d.tar.xz
rsyslog-46d0a95fc1680bdef960260fba98d06ba7336d0d.zip
changed some config parameters and some cleanup
Diffstat (limited to 'msg.c')
-rw-r--r--msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/msg.c b/msg.c
index f5ebf36a..00654c21 100644
--- a/msg.c
+++ b/msg.c
@@ -414,7 +414,7 @@ static rsRetVal MsgSerialize(msg_t *pThis, strm_t *pStrm)
objSerializePTR(pStrm, pCSPROCID, CSTR);
objSerializePTR(pStrm, pCSMSGID, CSTR);
- CHKiRet(objEndSerialize(pStrm, (obj_t*) pThis));
+ CHKiRet(objEndSerialize(pStrm));
finalize_it:
return iRet;