From 46d0a95fc1680bdef960260fba98d06ba7336d0d Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 10 Jan 2008 13:23:53 +0000 Subject: changed some config parameters and some cleanup --- msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'msg.c') 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; -- cgit v1.2.3