Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184173
b: refs/heads/master
c: 857b409
h: refs/heads/master
i:
  184171: 3ebfa1e
v: v3
  • Loading branch information
Alexey Dobriyan authored and Patrick McHardy committed Feb 12, 2010
1 parent 2b60914 commit 8b2df03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: b2907e501945d5d13326a6a7441c13e41cd0e799
refs/heads/master: 857b409a48bdc33e824dff2d730e271b964e78bd
6 changes: 1 addition & 5 deletions trunk/include/net/netfilter/nf_conntrack_expect.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ struct nf_conntrack_expect {

static inline struct net *nf_ct_exp_net(struct nf_conntrack_expect *exp)
{
#ifdef CONFIG_NET_NS
return exp->master->ct_net; /* by definition */
#else
return &init_net;
#endif
return nf_ct_net(exp->master);
}

struct nf_conntrack_expect_policy {
Expand Down

0 comments on commit 8b2df03

Please sign in to comment.