[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
@@ -830,7 +830,7 @@ struct sctp_ulpevent *sctp_ulpevent_make_authkey(
|
||||
ak = (struct sctp_authkey_event *)
|
||||
skb_put(skb, sizeof(struct sctp_authkey_event));
|
||||
|
||||
ak->auth_type = SCTP_AUTHENTICATION_EVENT;
|
||||
ak->auth_type = SCTP_AUTHENTICATION_INDICATION;
|
||||
ak->auth_flags = 0;
|
||||
ak->auth_length = sizeof(struct sctp_authkey_event);
|
||||
|
||||
|
Reference in New Issue
Block a user