mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 05:10:43 +01:00
fix: previous patch aborted in release mode
This commit is contained in:
parent
d798f5b66f
commit
6181156b1c
@ -81,7 +81,9 @@
|
||||
((obj_t*) (pThis))->pszName = NULL; \
|
||||
((obj_t*) (pThis))->iObjCooCKiE = 0xBADEFEE
|
||||
#else
|
||||
# define objConstructSetObjInfo(pThis) ((obj_t*) (pThis))->pObjInfo = pObjInfoOBJ
|
||||
# define objConstructSetObjInfo(pThis) \
|
||||
((obj_t*) (pThis))->pObjInfo = pObjInfoOBJ; \
|
||||
((obj_t*) (pThis))->pszName = NULL
|
||||
#endif
|
||||
#define objDestruct(pThis) (((obj_t*) (pThis))->pObjInfo->objMethods[objMethod_DESTRUCT])(&pThis)
|
||||
#define objSerialize(pThis) (((obj_t*) (pThis))->pObjInfo->objMethods[objMethod_SERIALIZE])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user