aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_input.c
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2021-09-07 13:44:48 +0000
committerMark Johnston <markj@FreeBSD.org>2021-09-07 15:19:29 +0000
commite8e23ec127d44e04c9be1cba381eaa3aa1041ea5 (patch)
tree663250053f2d3e0d3ed9aeab645d8e05131966f9 /sys/netinet/sctp_input.c
parentc17b531bedd10c7ebea08919fd73ee708ff37336 (diff)
downloadsrc-e8e23ec127d44e04c9be1cba381eaa3aa1041ea5.tar.gz
src-e8e23ec127d44e04c9be1cba381eaa3aa1041ea5.zip
sctp: Remove an unused sctp_inpcb field
This appears to be unused in usrsctp as well. No functional change intended. Reviewed by: tuexen MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D31812
Diffstat (limited to 'sys/netinet/sctp_input.c')
-rw-r--r--sys/netinet/sctp_input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/sctp_input.c b/sys/netinet/sctp_input.c
index 61455e47dd71..77d15dcc955b 100644
--- a/sys/netinet/sctp_input.c
+++ b/sys/netinet/sctp_input.c
@@ -2667,7 +2667,6 @@ sctp_handle_cookie_echo(struct mbuf *m, int iphlen, int offset,
inp->sctp_context = (*inp_p)->sctp_context;
inp->local_strreset_support = (*inp_p)->local_strreset_support;
inp->fibnum = (*inp_p)->fibnum;
- inp->inp_starting_point_for_iterator = NULL;
/*
* copy in the authentication parameters from the
* original endpoint