summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctputil.c
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2012-04-26 11:07:15 +0000
committertuexen <tuexen@FreeBSD.org>2012-04-26 11:07:15 +0000
commita88e020390af56b1cdbe9d35ca906af634af5951 (patch)
treecb82c31d19e8ce7f8029962833182b79050c786d /sys/netinet/sctputil.c
parentfd2017f437c4cde0a0517b94f3aa717a24d9494d (diff)
downloadFreeBSD-src-a88e020390af56b1cdbe9d35ca906af634af5951.zip
FreeBSD-src-a88e020390af56b1cdbe9d35ca906af634af5951.tar.gz
Fix a type in an SCTP AUTH related notification. Keep the old name
for backwards compatibility. Spotted by Irene Ruengeler. MFC after: 3 days
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 b3fe728..2ce2eaf 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;
OpenPOWER on IntegriCloud