1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=256253

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;