Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119888
b: refs/heads/master
c: be70ed1
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and David S. Miller committed Dec 15, 2008
1 parent 73a8933 commit ea1b8ad
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: ec8f2375d7584969501918651241f91eca2a6ad3
refs/heads/master: be70ed189bc0d16e1609a1c6c04ec9418b4dd11a
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/nf_nat_rule.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static struct
static struct xt_table nat_table = {
.name = "nat",
.valid_hooks = NAT_VALID_HOOKS,
.lock = __RW_LOCK_UNLOCKED(__nat_table.lock),
.lock = __RW_LOCK_UNLOCKED(nat_table.lock),
.me = THIS_MODULE,
.af = AF_INET,
};
Expand Down

0 comments on commit ea1b8ad

Please sign in to comment.