Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64793
b: refs/heads/master
c: a2221f3
h: refs/heads/master
i:
  64791: 9f0b537
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Sep 11, 2007
1 parent 4adebe9 commit c3e6241
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: 596e41509550447b030f7b16adaeb0138ab585a8
refs/heads/master: a2221f308dabb95abb914ad858d36c2462705558
2 changes: 1 addition & 1 deletion trunk/net/decnet/dn_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ static int dn_nl_dump_ifaddr(struct sk_buff *skb, struct netlink_callback *cb)
for (ifa = dn_db->ifa_list, dn_idx = 0; ifa;
ifa = ifa->ifa_next, dn_idx++) {
if (dn_idx < skip_naddr)
goto cont;
continue;

if (dn_nl_fill_ifaddr(skb, ifa, NETLINK_CB(cb->skb).pid,
cb->nlh->nlmsg_seq, RTM_NEWADDR,
Expand Down

0 comments on commit c3e6241

Please sign in to comment.