]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - net/netfilter/nf_conntrack_h323_main.c
netfilter: netns nf_conntrack: per-netns expectations
[mirror_ubuntu-zesty-kernel.git] / net / netfilter / nf_conntrack_h323_main.c
index 5dc0478108ae978dadd2997f04d50bf396100c6c..dfb826c973d947b1f2a9763ec51a77511c7c6b0f 100644 (file)
@@ -1219,7 +1219,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(&tuple);
+       exp = __nf_ct_expect_find(&init_net, &tuple);
        if (exp && exp->master == ct)
                return exp;
        return NULL;