diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-08 13:07:47 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-08 13:07:47 +0100 |
commit | 84f959d4f0dfb6a9e1dda43e17a97402b55d3314 (patch) | |
tree | 3d0d49eebd701cbc1690501688794f7eddbc7696 /plugins/mmjsonparse/mmjsonparse.c | |
parent | 7febb07e2a587c0646c155796ed1fa91f89682fb (diff) | |
parent | bbb2066d17824f366d0f83a010cae6ebe99d4fa0 (diff) | |
download | rsyslog-84f959d4f0dfb6a9e1dda43e17a97402b55d3314.tar.gz rsyslog-84f959d4f0dfb6a9e1dda43e17a97402b55d3314.tar.bz2 rsyslog-84f959d4f0dfb6a9e1dda43e17a97402b55d3314.zip |
Merge branch 'v7-stable'
Diffstat (limited to 'plugins/mmjsonparse/mmjsonparse.c')
-rw-r--r-- | plugins/mmjsonparse/mmjsonparse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mmjsonparse/mmjsonparse.c b/plugins/mmjsonparse/mmjsonparse.c index 053b8270..ce32b7b7 100644 --- a/plugins/mmjsonparse/mmjsonparse.c +++ b/plugins/mmjsonparse/mmjsonparse.c @@ -196,6 +196,7 @@ finalize_it: jval = json_object_new_string((char*)buf); json_object_object_add(json, "msg", jval); msgAddJSON(pMsg, (uchar*)"!", json); + iRet = RS_RET_OK; } MsgSetParseSuccess(pMsg, bSuccess); ENDdoAction |