Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26792
b: refs/heads/master
c: 2c8ac66
h: refs/heads/master
v: v3
  • Loading branch information
Solar Designer authored and David S. Miller committed May 19, 2006
1 parent 2163552 commit 30f5d6b
Show file tree
Hide file tree
Showing 3 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: a467704dcb4fa45da48079486f1b0e6baffb12d2
refs/heads/master: 2c8ac66bb2ff89e759f0d632a27cc64205e9ddd9
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/arp_tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ static int do_add_counters(void __user *user, unsigned int len)

write_lock_bh(&t->lock);
private = t->private;
if (private->number != paddc->num_counters) {
if (private->number != tmp.num_counters) {
ret = -EINVAL;
goto unlock_up_free;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv6/netfilter/ip6_tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ do_add_counters(void __user *user, unsigned int len)

write_lock_bh(&t->lock);
private = t->private;
if (private->number != paddc->num_counters) {
if (private->number != tmp.num_counters) {
ret = -EINVAL;
goto unlock_up_free;
}
Expand Down

0 comments on commit 30f5d6b

Please sign in to comment.