svn commit: r360728 - stable/11/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Thu May 7 00:56:25 UTC 2020


Author: tuexen
Date: Thu May  7 00:56:24 2020
New Revision: 360728
URL: https://svnweb.freebsd.org/changeset/base/360728

Log:
  MFC r350745: Fix typo.

Modified:
  stable/11/sys/netinet/sctp_asconf.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/netinet/sctp_asconf.c
==============================================================================
--- stable/11/sys/netinet/sctp_asconf.c	Thu May  7 00:50:50 2020	(r360727)
+++ stable/11/sys/netinet/sctp_asconf.c	Thu May  7 00:56:24 2020	(r360728)
@@ -1364,7 +1364,7 @@ sctp_asconf_queue_add(struct sctp_tcb *stcb, struct sc
 		if (sctp_asconf_queue_mgmt(stcb,
 		    stcb->asoc.asconf_addr_del_pending,
 		    SCTP_DEL_IP_ADDRESS) == 0) {
-			SCTPDBG(SCTP_DEBUG_ASCONF2, "asconf_queue_add: queing pending delete\n");
+			SCTPDBG(SCTP_DEBUG_ASCONF2, "asconf_queue_add: queuing pending delete\n");
 			pending_delete_queued = 1;
 			/* clear out the pending delete info */
 			stcb->asoc.asconf_del_pending = 0;


More information about the svn-src-all mailing list