diff options
| author | Vlad Yasevich <vladislav.yasevich@hp.com> | 2008-01-07 03:27:16 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2008-01-09 02:30:02 -0500 |
| commit | f691724c4d3b150bfa9cc8a969ea2020e20dfb12 (patch) | |
| tree | 4c78a6dd1e934457e9ae0a38fd0bc2ff35987841 /net | |
| parent | 52961955aa180959158faeb9fd6b4f8a591450f5 (diff) | |
[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>
Diffstat (limited to 'net')
| -rw-r--r-- | net/sctp/ulpevent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/ulpevent.c b/net/sctp/ulpevent.c index 2c17c7efad..307314356e 100644 --- a/net/sctp/ulpevent.c +++ b/net/sctp/ulpevent.c | |||
| @@ -830,7 +830,7 @@ struct sctp_ulpevent *sctp_ulpevent_make_authkey( | |||
| 830 | ak = (struct sctp_authkey_event *) | 830 | ak = (struct sctp_authkey_event *) |
| 831 | skb_put(skb, sizeof(struct sctp_authkey_event)); | 831 | skb_put(skb, sizeof(struct sctp_authkey_event)); |
| 832 | 832 | ||
| 833 | ak->auth_type = SCTP_AUTHENTICATION_EVENT; | 833 | ak->auth_type = SCTP_AUTHENTICATION_INDICATION; |
| 834 | ak->auth_flags = 0; | 834 | ak->auth_flags = 0; |
| 835 | ak->auth_length = sizeof(struct sctp_authkey_event); | 835 | ak->auth_length = sizeof(struct sctp_authkey_event); |
| 836 | 836 | ||
