aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_timer.c
diff options
context:
space:
mode:
authorRandall Stewart <rrs@FreeBSD.org>2007-09-15 19:07:42 +0000
committerRandall Stewart <rrs@FreeBSD.org>2007-09-15 19:07:42 +0000
commit3232788ef2970b94aa542aad725a79c3b36b9aa7 (patch)
tree92cddda5be32744477c77e22e3d345f35d80c1cf /sys/netinet/sctp_timer.c
parent6bce07ae73d2f77cfc9b133727a30ddb5642b033 (diff)
Notes
Diffstat (limited to 'sys/netinet/sctp_timer.c')
-rw-r--r--sys/netinet/sctp_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_timer.c b/sys/netinet/sctp_timer.c
index e9b28b640d39..d90c56d49325 100644
--- a/sys/netinet/sctp_timer.c
+++ b/sys/netinet/sctp_timer.c
@@ -1316,7 +1316,7 @@ sctp_asconf_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb,
/* is this a first send, or a retransmission? */
if (stcb->asoc.asconf_sent == 0) {
/* compose a new ASCONF chunk and send it */
- sctp_send_asconf(stcb, net);
+ sctp_send_asconf(stcb, net, SCTP_ADDR_NOT_LOCKED);
} else {
/*
* Retransmission of the existing ASCONF is needed