From 55b83f972fde902cbc100c61faa1001ee1c1bf80 Mon Sep 17 00:00:00 2001 From: Vlad Yasevich Date: Mon, 7 Jan 2008 00:27:16 -0800 Subject: [PATCH] --- yaml --- r: 75323 b: refs/heads/master c: f691724c4d3b150bfa9cc8a969ea2020e20dfb12 h: refs/heads/master i: 75321: 00a662072f6b78ff7c75192d18ce139ba0751238 75319: e0ea136a23c46f4a1c03bda487ccf88f653701e8 v: v3 --- [refs] | 2 +- trunk/include/net/sctp/user.h | 2 +- trunk/net/sctp/ulpevent.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 8f507533c23c..efd5db065897 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 52961955aa180959158faeb9fd6b4f8a591450f5 +refs/heads/master: f691724c4d3b150bfa9cc8a969ea2020e20dfb12 diff --git a/trunk/include/net/sctp/user.h b/trunk/include/net/sctp/user.h index 00848b641f59..954090b1e354 100644 --- a/trunk/include/net/sctp/user.h +++ b/trunk/include/net/sctp/user.h @@ -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 diff --git a/trunk/net/sctp/ulpevent.c b/trunk/net/sctp/ulpevent.c index 2c17c7efad46..307314356e16 100644 --- a/trunk/net/sctp/ulpevent.c +++ b/trunk/net/sctp/ulpevent.c @@ -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);