Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190902
b: refs/heads/master
c: 55fa0cf
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed May 16, 2010
1 parent 2d67354 commit 4e8f9f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 35790c0421121364883a167bab8a2e37e1f67f78
refs/heads/master: 55fa0cfd7c3ac2ae34cac7dca2e3fbcfe661e6c3
4 changes: 4 additions & 0 deletions trunk/net/sctp/transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ void sctp_transport_free(struct sctp_transport *transport)
del_timer(&transport->T3_rtx_timer))
sctp_transport_put(transport);

/* Delete the ICMP proto unreachable timer if it's active. */
if (timer_pending(&transport->proto_unreach_timer) &&
del_timer(&transport->proto_unreach_timer))
sctp_association_put(transport->asoc);

sctp_transport_put(transport);
}
Expand Down

0 comments on commit 4e8f9f9

Please sign in to comment.