Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75323
b: refs/heads/master
c: f691724
h: refs/heads/master
i:
  75321: 00a6620
  75319: e0ea136
v: v3
  • Loading branch information
Vlad Yasevich authored and David S. Miller committed Jan 9, 2008
1 parent b607799 commit 55b83f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 52961955aa180959158faeb9fd6b4f8a591450f5
refs/heads/master: f691724c4d3b150bfa9cc8a969ea2020e20dfb12
2 changes: 1 addition & 1 deletion trunk/include/net/sctp/user.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/sctp/ulpevent.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 55b83f9

Please sign in to comment.