Author: tuexen
Date: Mon Nov 30 09:10:05 2020
New Revision: 368172
URL: https://svnweb.freebsd.org/changeset/base/368172
Log:
MFC 366474:
Whitespace changes.
Modified:
stable/12/sys/netinet/sctp_input.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/netinet/sctp_input.c
==============================================================================
--- stable/12/sys/netinet/sctp_input.c Mon Nov 30 09:08:51 2020
(r368171)
+++ stable/12/sys/netinet/sctp_input.c Mon Nov 30 09:10:05 2020
(r368172)
@@ -1515,7 +1515,7 @@ sctp_process_cookie_existing(struct mbuf *m, int iphle
* ----INIT-ACK(tag=t)-->
* ----INIT(tag=t)------> *1
* <---INIT-ACK(tag=a)---
- * <----CE(tag=t)------------- *2
+ * <----CE(tag=t)------------- *2
*
* At point *1 we should be generating a different
* tag t'. Which means we would throw away the CE and
send
@@ -1748,8 +1748,7 @@ sctp_process_cookie_existing(struct mbuf *m, int iphle
if (((stcb->sctp_ep->sctp_flags &
SCTP_PCB_FLAGS_TCPTYPE) ||
(stcb->sctp_ep->sctp_flags &
SCTP_PCB_FLAGS_IN_TCPPOOL)) &&
(!SCTP_IS_LISTENING(inp))) {
- stcb->sctp_ep->sctp_flags |=
- SCTP_PCB_FLAGS_CONNECTED;
+ stcb->sctp_ep->sctp_flags |=
SCTP_PCB_FLAGS_CONNECTED;
soisconnected(stcb->sctp_socket);
}
if (SCTP_GET_STATE(stcb) == SCTP_STATE_COOKIE_ECHOED)
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"