mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Don't use an uninitialised variable when reading from a ktr alq file.
This commit is contained in:
parent
c97680825c
commit
c7f4c39534
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ main(int ac, char **av)
|
|||
int parm;
|
||||
int in;
|
||||
int c;
|
||||
int i;
|
||||
int i = 0;
|
||||
|
||||
/*
|
||||
* Parse commandline arguments.
|
||||
|
|
|
|||
Loading…
Reference in a new issue