svn commit: r360594 - head/sys/netpfil/ipfw

Ed Maste emaste at FreeBSD.org
Sun May 3 03:44:16 UTC 2020


Author: emaste
Date: Sun May  3 03:44:16 2020
New Revision: 360594
URL: https://svnweb.freebsd.org/changeset/base/360594

Log:
  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

Modified:
  head/sys/netpfil/ipfw/ip_fw2.c

Modified: head/sys/netpfil/ipfw/ip_fw2.c
==============================================================================
--- head/sys/netpfil/ipfw/ip_fw2.c	Sun May  3 03:35:10 2020	(r360593)
+++ head/sys/netpfil/ipfw/ip_fw2.c	Sun May  3 03:44:16 2020	(r360594)
@@ -937,7 +937,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;
@@ -1055,7 +1055,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-head mailing list