Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361103
b: refs/heads/master
c: 0c1233a
h: refs/heads/master
i:
  361101: 89ac4bf
  361099: 660f909
  361095: 59fd527
  361087: d740de2
v: v3
  • Loading branch information
Paul Moore authored and David S. Miller committed Mar 7, 2013
1 parent 1388504 commit 1b52b1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 260055bb1f1f8b5328601816c50fd7e0dfda7dff
refs/heads/master: 0c1233aba1e948c37f6dc7620cb7c253fcd71ce9
12 changes: 6 additions & 6 deletions trunk/net/netlabel/netlabel_unlabeled.c
Original file line number Diff line number Diff line change
Expand Up @@ -1250,10 +1250,10 @@ static int netlbl_unlabel_staticlist(struct sk_buff *skb,

unlabel_staticlist_return:
rcu_read_unlock();
cb->args[0] = skip_bkt;
cb->args[1] = skip_chain;
cb->args[2] = skip_addr4;
cb->args[3] = skip_addr6;
cb->args[0] = iter_bkt;
cb->args[1] = iter_chain;
cb->args[2] = iter_addr4;
cb->args[3] = iter_addr6;
return skb->len;
}

Expand Down Expand Up @@ -1320,8 +1320,8 @@ static int netlbl_unlabel_staticlistdef(struct sk_buff *skb,

unlabel_staticlistdef_return:
rcu_read_unlock();
cb->args[0] = skip_addr4;
cb->args[1] = skip_addr6;
cb->args[0] = iter_addr4;
cb->args[1] = iter_addr6;
return skb->len;
}

Expand Down

0 comments on commit 1b52b1e

Please sign in to comment.