Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66954
b: refs/heads/master
c: 0a8891a
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Thery authored and David S. Miller committed Oct 10, 2007
1 parent 75f0de2 commit ba28fd6
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: 4665079cbb2a3e17de82f2ab2940b9f97f37d65e
refs/heads/master: 0a8891a0a419d43ea06c8ded0849f0820c6a873b
2 changes: 1 addition & 1 deletion trunk/net/ipv6/ip6_fib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@ static int fib6_clean_node(struct fib6_walker_t *w)
{
int res;
struct rt6_info *rt;
struct fib6_cleaner_t *c = (struct fib6_cleaner_t*)w;
struct fib6_cleaner_t *c = container_of(w, struct fib6_cleaner_t, w);

for (rt = w->leaf; rt; rt = rt->u.dst.rt6_next) {
res = c->func(rt, c->arg);
Expand Down

0 comments on commit ba28fd6

Please sign in to comment.