Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98570
b: refs/heads/master
c: 59d88c0
h: refs/heads/master
v: v3
  • Loading branch information
Paul Moore authored and David S. Miller committed Jun 28, 2008
1 parent 2807b22 commit 69f8703
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: 251a4b320f2352598f84e4452ab538aa8064af52
refs/heads/master: 59d88c00cafe5192b058abf4f3ce17c2e27d1c09
2 changes: 1 addition & 1 deletion trunk/net/netlabel/netlabel_unlabeled.c
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ static int netlbl_unlabel_staticlistdef(struct sk_buff *skb,
}
}
list_for_each_entry_rcu(addr6, &iface->addr6_list, list) {
if (addr6->valid || iter_addr6++ < skip_addr6)
if (!addr6->valid || iter_addr6++ < skip_addr6)
continue;
if (netlbl_unlabel_staticlist_gen(NLBL_UNLABEL_C_STATICLISTDEF,
iface,
Expand Down

0 comments on commit 69f8703

Please sign in to comment.