[SCTP]: Fix the name of the authentication event.
The even should be called SCTP_AUTHENTICATION_INDICATION. Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
52961955aa
commit
f691724c4d
@@ -450,7 +450,7 @@ enum sctp_sn_type {
|
||||
SCTP_SHUTDOWN_EVENT,
|
||||
SCTP_PARTIAL_DELIVERY_EVENT,
|
||||
SCTP_ADAPTATION_INDICATION,
|
||||
SCTP_AUTHENTICATION_EVENT,
|
||||
SCTP_AUTHENTICATION_INDICATION,
|
||||
};
|
||||
|
||||
/* Notification error codes used to fill up the error fields in some
|
||||
|
Reference in New Issue
Block a user