Netdev List
 help / color / mirror / Atom feed
* [PATCH 30/38] netns ct: H323 conntracking in netns
@ 2008-08-21 22:08 adobriyan
  0 siblings, 0 replies; only message in thread
From: adobriyan @ 2008-08-21 22:08 UTC (permalink / raw)
  To: kaber, netfilter-devel, netdev, containers

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 net/netfilter/nf_conntrack_h323_main.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- a/net/netfilter/nf_conntrack_h323_main.c
+++ b/net/netfilter/nf_conntrack_h323_main.c
@@ -1218,7 +1218,7 @@ static struct nf_conntrack_expect *find_expect(struct nf_conn *ct,
 	tuple.dst.u.tcp.port = port;
 	tuple.dst.protonum = IPPROTO_TCP;
 
-	exp = __nf_ct_expect_find(&init_net, &tuple);
+	exp = __nf_ct_expect_find(nf_ct_net(ct), &tuple);
 	if (exp && exp->master == ct)
 		return exp;
 	return NULL;
-- 
1.5.6.3



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-21 22:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-21 22:08 [PATCH 30/38] netns ct: H323 conntracking in netns adobriyan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox