Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117795
b: refs/heads/master
c: 91bd6b1
h: refs/heads/master
i:
  117793: 4030eb0
  117791: 1b5bf9f
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Oct 23, 2008
1 parent 3f0833a commit 598ab92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dcc51417e5ee71bc1984825c23616030d57b83a4
refs/heads/master: 91bd6b1e030266cf87d3f567b49f0fa60a7318ba
2 changes: 1 addition & 1 deletion trunk/net/sctp/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ static void sctp_add_backlog(struct sock *sk, struct sk_buff *skb)
void sctp_icmp_frag_needed(struct sock *sk, struct sctp_association *asoc,
struct sctp_transport *t, __u32 pmtu)
{
if (!t || (t->pathmtu == pmtu))
if (!t || (t->pathmtu <= pmtu))
return;

if (sock_owned_by_user(sk)) {
Expand Down

0 comments on commit 598ab92

Please sign in to comment.