mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Fix a typo.
MFC after: 3 months.
This commit is contained in:
parent
01863a28b5
commit
0a80a2de2b
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ union sctp_notification {
|
|||
#define SCTP_AUTHENTICATION_EVENT 0x0008
|
||||
#define SCTP_STREAM_RESET_EVENT 0x0009
|
||||
#define SCTP_SENDER_DRY_EVENT 0x000a
|
||||
#define SCTP__NOTIFICATIONS_STOPPED_EVENT 0x000b /* we don't send this */
|
||||
#define SCTP_NOTIFICATIONS_STOPPED_EVENT 0x000b /* we don't send this */
|
||||
/*
|
||||
* socket option structs
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue