svn commit: r352003 - stable/12/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Sat Sep 7 12:01:42 UTC 2019


Author: tuexen
Date: Sat Sep  7 12:01:41 2019
New Revision: 352003
URL: https://svnweb.freebsd.org/changeset/base/352003

Log:
  MFC r350745:
  
  Fix a typo.
  
  Submitted by:		Thomas Dreibholz

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

Modified: stable/12/sys/netinet/sctp_asconf.c
==============================================================================
--- stable/12/sys/netinet/sctp_asconf.c	Sat Sep  7 12:00:17 2019	(r352002)
+++ stable/12/sys/netinet/sctp_asconf.c	Sat Sep  7 12:01:41 2019	(r352003)
@@ -1366,7 +1366,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