svn commit: r366326 - stable/12/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Thu Oct 1 16:25:36 UTC 2020
Author: tuexen
Date: Thu Oct 1 16:25:35 2020
New Revision: 366326
URL: https://svnweb.freebsd.org/changeset/base/366326
Log:
MFC r366226:
Minor cleanup.
Modified:
stable/12/sys/netinet/sctp_pcb.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/netinet/sctp_pcb.c
==============================================================================
--- stable/12/sys/netinet/sctp_pcb.c Thu Oct 1 16:24:28 2020 (r366325)
+++ stable/12/sys/netinet/sctp_pcb.c Thu Oct 1 16:25:35 2020 (r366326)
@@ -6592,7 +6592,7 @@ sctp_load_addresses_from_init(struct sctp_tcb *stcb, s
(ptype == SCTP_DEL_IP_ADDRESS) ||
(ptype == SCTP_ERROR_CAUSE_IND) ||
(ptype == SCTP_SUCCESS_REPORT)) {
- /* don't care */ ;
+ /* don't care */
} else {
if ((ptype & 0x8000) == 0x0000) {
/*
More information about the svn-src-stable-12
mailing list