Date: Sat, 15 Jan 2000 06:34:58 -0800 (PST) From: Yoshinobu Inoue <shin@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_subr.c Message-ID: <200001151434.GAA77602@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
shin 2000/01/15 06:34:58 PST Modified files: sys/netinet tcp_subr.c Log: Added missing 'else' for 'if (isipv6)' at IPv6 length setting in tcp_respond(). By this bug, IPv6 reset was not sent. (I checked around same kind of bug, but no other found.) Revision Changes Path 1.70 +2 -2 src/sys/netinet/tcp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001151434.GAA77602>