diff options
| author | Michael Tuexen <tuexen@FreeBSD.org> | 2020-06-12 16:40:10 +0000 |
|---|---|---|
| committer | Michael Tuexen <tuexen@FreeBSD.org> | 2020-06-12 16:40:10 +0000 |
| commit | 3ee11586b20b1e082005d25dd539d1bedb233802 (patch) | |
| tree | 1f3d63229301ef48436a28283d5d5354400dc56d /sys/netinet/sctp_constants.h | |
| parent | 2f9e6db0beaf3d658c219d9fd35e0a584c6cfc8f (diff) | |
Notes
Diffstat (limited to 'sys/netinet/sctp_constants.h')
| -rw-r--r-- | sys/netinet/sctp_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_constants.h b/sys/netinet/sctp_constants.h index 7a2b3a995719..f042531a7126 100644 --- a/sys/netinet/sctp_constants.h +++ b/sys/netinet/sctp_constants.h @@ -992,7 +992,7 @@ do { \ #define sctp_sowwakeup_locked(inp, so) \ do { \ if (inp->sctp_flags & SCTP_PCB_FLAGS_DONT_WAKE) { \ - SOCKBUF_UNLOCK(&((so)->so_snd)); \ + SOCKBUF_UNLOCK(&((so)->so_snd)); \ inp->sctp_flags |= SCTP_PCB_FLAGS_WAKEOUTPUT; \ } else { \ sowwakeup_locked(so); \ |
