svn commit: r366226 - head/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Mon Sep 28 14:11:54 UTC 2020
Author: tuexen
Date: Mon Sep 28 14:11:53 2020
New Revision: 366226
URL: https://svnweb.freebsd.org/changeset/base/366226
Log:
Minor cleanup.
MFC after: 3 days
Modified:
head/sys/netinet/sctp_pcb.c
Modified: head/sys/netinet/sctp_pcb.c
==============================================================================
--- head/sys/netinet/sctp_pcb.c Mon Sep 28 13:56:35 2020 (r366225)
+++ head/sys/netinet/sctp_pcb.c Mon Sep 28 14:11:53 2020 (r366226)
@@ -6524,7 +6524,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-all
mailing list