mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 04:30:43 +01:00
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:
parent
9399f0a503
commit
06e8be3e06
@ -104,7 +104,7 @@ finalize_it:
|
||||
}
|
||||
|
||||
BEGINnewParserInst
|
||||
struct cnfparamvals *pvals;
|
||||
struct cnfparamvals *pvals = NULL;
|
||||
int i;
|
||||
CODESTARTnewParserInst
|
||||
DBGPRINTF("newParserInst (pmrfc3164)\n");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user