mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
o Initialize a local variable and make gcc happy.
PR: bin/71485 Submitted by: Jukka A. Ukkonen
This commit is contained in:
parent
b7cc6a2200
commit
00ed660991
1 changed files with 2 additions and 0 deletions
|
|
@ -1734,6 +1734,8 @@ list(int ac, char *av[], int show_counters)
|
|||
const int ocmd = do_pipe ? IP_DUMMYNET_GET : IP_FW_GET;
|
||||
int nalloc = 1024; /* start somewhere... */
|
||||
|
||||
last = 0;
|
||||
|
||||
if (test_only) {
|
||||
fprintf(stderr, "Testing only, list disabled\n");
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue