cosmetic: fix compiler warning

fixes a warning about potential uninitialized use. However, the warning
was invalid and based on incomplete static code analysis. Anyhow, we
"fix" it, as this does not add any real overhead - and it's nicer to
compile cleanly.
This commit is contained in:
Rainer Gerhards 2015-05-18 11:55:28 +02:00
parent 9399f0a503
commit 06e8be3e06

View File

@ -104,7 +104,7 @@ finalize_it:
}
BEGINnewParserInst
struct cnfparamvals *pvals;
struct cnfparamvals *pvals = NULL;
int i;
CODESTARTnewParserInst
DBGPRINTF("newParserInst (pmrfc3164)\n");