Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 237547
b: refs/heads/master
c: 06dc94b
h: refs/heads/master
i:
  237545: 1ca38ab
  237543: cdd0b8c
v: v3
  • Loading branch information
David S. Miller committed Mar 3, 2011
1 parent 99a6087 commit 6ce4660
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1558310d4942427f4fd19e8ae26ca0878ab10879
refs/heads/master: 06dc94b1ed05f91e246315afeb1c652d6d0dc9ab
1 change: 1 addition & 0 deletions trunk/net/ipv4/udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,7 @@ int udp_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
rt = ip_route_output_flow(net, &fl, sk);
if (IS_ERR(rt)) {
err = PTR_ERR(rt);
rt = NULL;
if (err == -ENETUNREACH)
IP_INC_STATS_BH(net, IPSTATS_MIB_OUTNOROUTES);
goto out;
Expand Down

0 comments on commit 6ce4660

Please sign in to comment.