svn commit: r361059 - stable/12/sys/netpfil/ipfw

Ed Maste emaste at FreeBSD.org
Thu May 14 20:43:59 UTC 2020


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;


More information about the svn-src-stable mailing list