Appease GCC.

This commit is contained in:
Bruce M Simpson 2004-06-18 09:53:58 +00:00
parent e41fce295e
commit f3e0b7ef7f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130683

View file

@ -883,7 +883,7 @@ tcp_output(struct tcpcb *tp)
* Trace.
*/
if (so->so_options & SO_DEBUG) {
u_short save;
u_short save = 0;
#ifdef INET6
if (!isipv6)
#endif