summaryrefslogtreecommitdiffstats
path: root/msg.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-11 16:52:19 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-11 16:52:19 +0000
commita80f7776c543d80f773ea6149e73e008f7273186 (patch)
tree14d313bd62c5d8ff45c7466a6acb63fc0111ebed /msg.c
parent19b8d9e239f150127d8af15694f88c20ed88bd25 (diff)
downloadrsyslog-a80f7776c543d80f773ea6149e73e008f7273186.tar.gz
rsyslog-a80f7776c543d80f773ea6149e73e008f7273186.tar.xz
rsyslog-a80f7776c543d80f773ea6149e73e008f7273186.zip
support for de-serializing strm objects added
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 00654c21..dd635f58 100644
--- a/msg.c
+++ b/msg.c
@@ -2086,7 +2086,7 @@ rsRetVal MsgSetProperty(msg_t *pThis, property_t *pProp)
{
DEFiRet;
- assert(pThis != NULL);
+ ISOBJ_TYPE_assert(pThis, Msg);
assert(pProp != NULL);
if(isProp("iProtocolVersion")) {