o Initialize a local variable and make gcc happy.

PR:		bin/71485
Submitted by:	Jukka A. Ukkonen
This commit is contained in:
maxim 2004-09-10 13:42:24 +00:00
parent d99f64fa38
commit e510005b1a

View File

@ -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;