Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22298
b: refs/heads/master
c: c750360
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones authored and David S. Miller committed Mar 21, 2006
1 parent 2a742d4 commit 256aab1
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: afb5bb57440f7c419b1214628d32c92293f1cfd4
refs/heads/master: c750360938b403e6cc193d293cfbcb099dd6c60e
2 changes: 1 addition & 1 deletion trunk/net/ipv6/ip6_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ int ip6_append_data(struct sock *sk, int getfrag(void *from, char *to,
np->cork.hop_limit = hlimit;
np->cork.tclass = tclass;
mtu = dst_mtu(rt->u.dst.path);
if (np && np->frag_size < mtu) {
if (np->frag_size < mtu) {
if (np->frag_size)
mtu = np->frag_size;
}
Expand Down

0 comments on commit 256aab1

Please sign in to comment.