aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctputil.c
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2012-04-26 11:07:15 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2012-04-26 11:07:15 +0000
commit78f2804527fbf6af772ce2526ede9efedf6971f6 (patch)
treecb82c31d19e8ce7f8029962833182b79050c786d /sys/netinet/sctputil.c
parentb28248c70cada605f03a569aa80daed60e60068e (diff)
downloadsrc-78f2804527fbf6af772ce2526ede9efedf6971f6.tar.gz
src-78f2804527fbf6af772ce2526ede9efedf6971f6.zip
Fix a type in an SCTP AUTH related notification. Keep the old name
for backwards compatibility. Spotted by Irene Ruengeler. MFC after: 3 days
Notes
Notes: svn path=/head/; revision=234699
Diffstat (limited to 'sys/netinet/sctputil.c')
-rw-r--r--sys/netinet/sctputil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctputil.c b/sys/netinet/sctputil.c
index b3fe72889b59..2ce2eafee7cf 100644
--- a/sys/netinet/sctputil.c
+++ b/sys/netinet/sctputil.c
@@ -3531,7 +3531,7 @@ sctp_ulp_notify(uint32_t notification, struct sctp_tcb *stcb,
sctp_notify_shutdown_event(stcb);
break;
case SCTP_NOTIFY_AUTH_NEW_KEY:
- sctp_notify_authentication(stcb, SCTP_AUTH_NEWKEY, error,
+ sctp_notify_authentication(stcb, SCTP_AUTH_NEW_KEY, error,
(uint16_t) (uintptr_t) data,
so_locked);
break;