Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73875
b: refs/heads/master
c: 7799652
h: refs/heads/master
i:
  73873: 5932fc3
  73871: fb6fa4a
v: v3
  • Loading branch information
Evgeniy Polyakov authored and David S. Miller committed Nov 15, 2007
1 parent 913a529 commit 632c7e2
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: a5a97263a9fd6a94f954d41ae3233ea65a90bd8a
refs/heads/master: 7799652557d966e49512479f4d3b9079bbc01fff
2 changes: 1 addition & 1 deletion trunk/net/netfilter/nf_conntrack_extend.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void *__nf_ct_ext_add(struct nf_conn *ct, enum nf_ct_ext_id id, gfp_t gfp)
rcu_read_lock();
t = rcu_dereference(nf_ct_ext_types[i]);
if (t && t->move)
t->move(ct, ct->ext + ct->ext->offset[id]);
t->move(ct, ct->ext + ct->ext->offset[i]);
rcu_read_unlock();
}
kfree(ct->ext);
Expand Down

0 comments on commit 632c7e2

Please sign in to comment.