Skip to content

Commit

Permalink
SS_ISCONFIRMING has been retired in the FreeBSD kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
tuexen committed May 2, 2024
1 parent c4b52c3 commit afc561f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usrsctplib/netinet/sctputil.c
Original file line number Diff line number Diff line change
Expand Up @@ -6269,7 +6269,9 @@ sctp_sorecvmsg(struct socket *so,
}
so->so_state &= ~(SS_ISCONNECTING |
SS_ISDISCONNECTING |
#if !(defined(__FreeBSD__) && !defined(__Userspace__))
SS_ISCONFIRMING |
#endif
SS_ISCONNECTED);
if (error == 0) {
if ((inp->sctp_flags & SCTP_PCB_FLAGS_WAS_CONNECTED) == 0) {
Expand Down

0 comments on commit afc561f

Please sign in to comment.