[Devel] [PATCH 30/38] netns ct: H323 conntracking in netns

adobriyan at gmail.com adobriyan at gmail.com
Thu Aug 21 15:08:49 PDT 2008


Signed-off-by: Alexey Dobriyan <adobriyan at 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


_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers




More information about the Devel mailing list