summaryrefslogtreecommitdiffstats
path: root/runtime/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/parser.c')
-rw-r--r--runtime/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/parser.c b/runtime/parser.c
index c85750dc..bd0bf8e9 100644
--- a/runtime/parser.c
+++ b/runtime/parser.c
@@ -471,7 +471,7 @@ ParsePRI(msg_t *pMsg)
static rsRetVal
ParseMsg(msg_t *pMsg)
{
- rsRetVal localRet;
+ rsRetVal localRet = RS_RET_ERR;
parserList_t *pParserList;
parser_t *pParser;
sbool bIsSanitized;