Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311998
b: refs/heads/master
c: 6bd0405
h: refs/heads/master
v: v3
  • Loading branch information
Pablo Neira Ayuso committed Jul 9, 2012
1 parent 72f2cac commit e05f525
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: a73f89a61f92b364f0b4a3be412b5b70553afc23
refs/heads/master: 6bd0405bb4196b44f1acb7a58f11382cdaf6f7f0
2 changes: 1 addition & 1 deletion trunk/include/net/netfilter/nf_conntrack_ecache.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ nf_conntrack_event_cache(enum ip_conntrack_events event, struct nf_conn *ct)
struct net *net = nf_ct_net(ct);
struct nf_conntrack_ecache *e;

if (net->ct.nf_conntrack_event_cb == NULL)
if (!rcu_access_pointer(net->ct.nf_conntrack_event_cb))
return;

e = nf_ct_ecache_find(ct);
Expand Down

0 comments on commit e05f525

Please sign in to comment.