Initialize a variable in sys/contrib/ipfilter/netinet/ip_tftp_pxy.c, to

silence a gcc warning.

Approved by:	re (rodrigc)
X-MFC-With:	r255332
This commit is contained in:
Dimitry Andric 2013-10-10 07:23:11 +00:00
parent 3f3c4e0b4a
commit b50a9b704b

View File

@ -297,7 +297,7 @@ ipf_p_tftp_backchannel(fin, aps, nat)
tftpinfo_t *ti;
udphdr_t udp;
fr_info_t fi;
u_short slen;
u_short slen = 0; /* silence gcc */
nat_t *nat2;
int nflags;
ip_t *ip;