Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278554
b: refs/heads/master
c: 86e62ad
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Dec 10, 2011
1 parent 141f564 commit 266ec49
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b872a2371ffd13e6d83423ef621a707df4c158ac
refs/heads/master: 86e62ad6b2a49064a078d7f22fa81afdaecc1187
2 changes: 2 additions & 0 deletions trunk/net/ipv4/udp_diag.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ static int udp_dump_one(struct udp_table *tbl, struct sk_buff *in_skb,
req->id.idiag_src[0], req->id.idiag_sport,
req->id.idiag_dst[0], req->id.idiag_dport,
req->id.idiag_if, tbl);
#if IS_ENABLED(CONFIG_IPV6)
else if (req->sdiag_family == AF_INET6)
sk = __udp6_lib_lookup(&init_net,
(struct in6_addr *)req->id.idiag_src,
req->id.idiag_sport,
(struct in6_addr *)req->id.idiag_dst,
req->id.idiag_dport,
req->id.idiag_if, tbl);
#endif
else
goto out_nosk;

Expand Down

0 comments on commit 266ec49

Please sign in to comment.