Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73618
b: refs/heads/master
c: e0bf9cf
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and David S. Miller committed Nov 13, 2007
1 parent c2b1633 commit 4dcee27
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: d71209ded2ba6010070d02005384897c59859d00
refs/heads/master: e0bf9cf15fc30d300b7fbd821c6bc975531fab44
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/nf_nat_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ static int clean_nat(struct nf_conn *i, void *data)

if (!nat)
return 0;
memset(nat, 0, sizeof(nat));
memset(nat, 0, sizeof(*nat));
i->status &= ~(IPS_NAT_MASK | IPS_NAT_DONE_MASK | IPS_SEQ_ADJUST);
return 0;
}
Expand Down

0 comments on commit 4dcee27

Please sign in to comment.