Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335853
b: refs/heads/master
c: b4dd006
h: refs/heads/master
i:
  335851: 107fbdd
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Nov 20, 2012
1 parent d747667 commit e673886
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3e2f61cd7a4e7642dcac4371734426e572f10370
refs/heads/master: b4dd006760d671337b62532277b0296bcee8dfd4
3 changes: 2 additions & 1 deletion trunk/net/ipv6/inet6_connection_sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ struct dst_entry *inet6_csk_update_pmtu(struct sock *sk, u32 mtu)
return NULL;
dst->ops->update_pmtu(dst, sk, NULL, mtu);

return inet6_csk_route_socket(sk, &fl6);
dst = inet6_csk_route_socket(sk, &fl6);
return IS_ERR(dst) ? NULL : dst;
}
EXPORT_SYMBOL_GPL(inet6_csk_update_pmtu);

0 comments on commit e673886

Please sign in to comment.