Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31958
b: refs/heads/master
c: 69ee20a
h: refs/heads/master
v: v3
  • Loading branch information
Andrey Savochkin authored and David S. Miller committed Jul 4, 2006
1 parent 2543ba1 commit c875266
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: 3c6b377321678c649f9b3c66da0149975c614102
refs/heads/master: 69ee20a58fa0cad6520c2a9538100a87ef0abd7d
3 changes: 2 additions & 1 deletion trunk/net/bridge/br_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,13 @@ static int br_dump_ifinfo(struct sk_buff *skb, struct netlink_callback *cb)
continue;

if (idx < s_idx)
continue;
goto cont;

err = br_fill_ifinfo(skb, p, NETLINK_CB(cb->skb).pid,
cb->nlh->nlmsg_seq, RTM_NEWLINK, NLM_F_MULTI);
if (err <= 0)
break;
cont:
++idx;
}
read_unlock(&dev_base_lock);
Expand Down

0 comments on commit c875266

Please sign in to comment.