Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311417
b: refs/heads/master
c: fa809e2
h: refs/heads/master
i:
  311415: 1cb84d6
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jun 25, 2012
1 parent 96ddf5f commit 34700c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8b8e4bc0391f8abbcdb9e1c54415bcc0f4f5a2a0
refs/heads/master: fa809e2fd6e317226c046202a88520962672eac0
4 changes: 2 additions & 2 deletions trunk/net/ipv6/ip6_fib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1349,8 +1349,8 @@ static int fib6_walk_continue(struct fib6_walker_t *w)
if (w->leaf && fn->fn_flags & RTN_RTINFO) {
int err;

if (w->count < w->skip) {
w->count++;
if (w->skip) {
w->skip--;
continue;
}

Expand Down

0 comments on commit 34700c9

Please sign in to comment.