Date: Thu, 14 May 2020 20:43:59 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r361059 - stable/12/sys/netpfil/ipfw Message-ID: <202005142043.04EKhx0A090065@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Thu May 14 20:43:59 2020 New Revision: 361059 URL: https://svnweb.freebsd.org/changeset/base/361059 Log: MFC r360594: ipfw: whitespace fix in SCTP_ABORT_ASSOCIATION case statement comment PR: Neel Chauhan <neel AT neelc DOT org> Modified: stable/12/sys/netpfil/ipfw/ip_fw2.c Directory Properties: stable/12/ (props changed) Modified: stable/12/sys/netpfil/ipfw/ip_fw2.c ============================================================================== --- stable/12/sys/netpfil/ipfw/ip_fw2.c Thu May 14 20:43:44 2020 (r361058) +++ stable/12/sys/netpfil/ipfw/ip_fw2.c Thu May 14 20:43:59 2020 (r361059) @@ -936,7 +936,7 @@ send_reject6(struct ip_fw_args *args, int code, u_int * 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; @@ -1054,7 +1054,7 @@ send_reject(struct ip_fw_args *args, int code, int ipl * 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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005142043.04EKhx0A090065>