ipfw: whitespace fix in SCTP_ABORT_ASSOCIATION case statement comment

Submitted by:	Neel Chauhan <neel AT neelc DOT org>
Reviewed by:	rgrimes, tuexen
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D24602
This commit is contained in:
Ed Maste 2020-05-03 03:44:16 +00:00
parent 61664ee700
commit db462d948f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=360594

View File

@ -937,7 +937,7 @@ send_reject6(struct ip_fw_args *args, int code, u_int hlen, struct ip6_hdr *ip6)
* If the packet contains an ABORT chunk, don't
* reply.
* XXX: We should search through all chunks,
* but don't do to avoid attacks.
* but do not do that to avoid attacks.
*/
v_tag = 0;
break;
@ -1055,7 +1055,7 @@ send_reject(struct ip_fw_args *args, int code, int iplen, struct ip *ip)
* If the packet contains an ABORT chunk, don't
* reply.
* XXX: We should search through all chunks,
* but don't do to avoid attacks.
* but do not do that to avoid attacks.
*/
v_tag = 0;
break;