diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-10 13:23:53 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-10 13:23:53 +0000 |
commit | 46d0a95fc1680bdef960260fba98d06ba7336d0d (patch) | |
tree | e9e93c65fb8547280e19e158d8f1e18f246712ed /msg.c | |
parent | 4c1002deed0236488e7c4d2e1e6e2f44d57cd698 (diff) | |
download | rsyslog-46d0a95fc1680bdef960260fba98d06ba7336d0d.tar.gz rsyslog-46d0a95fc1680bdef960260fba98d06ba7336d0d.tar.bz2 rsyslog-46d0a95fc1680bdef960260fba98d06ba7336d0d.zip |
changed some config parameters and some cleanup
Diffstat (limited to 'msg.c')
-rw-r--r-- | msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |