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 /obj.c | |
parent | 4c1002deed0236488e7c4d2e1e6e2f44d57cd698 (diff) | |
download | rsyslog-46d0a95fc1680bdef960260fba98d06ba7336d0d.tar.gz rsyslog-46d0a95fc1680bdef960260fba98d06ba7336d0d.tar.xz rsyslog-46d0a95fc1680bdef960260fba98d06ba7336d0d.zip |
changed some config parameters and some cleanup
Diffstat (limited to 'obj.c')
-rw-r--r-- | obj.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -265,7 +265,7 @@ finalize_it: /* end serialization of an object. The caller receives a * standard C string, which he must free when no longer needed. */ -rsRetVal objEndSerialize(strm_t *pStrm, obj_t *pObj) +rsRetVal objEndSerialize(strm_t *pStrm) { DEFiRet; |