1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

o Initialize a local variable and make gcc happy.

PR:		bin/71485
Submitted by:	Jukka A. Ukkonen
This commit is contained in:
Maxim Konovalov 2004-09-10 13:42:24 +00:00
parent b7cc6a2200
commit 00ed660991
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135036

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;