Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 2020 03:44:16 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r360594 - head/sys/netpfil/ipfw
Message-ID:  <202005030344.0433iGiu030902@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005030344.0433iGiu030902>