]> err.no Git - linux-2.6/blobdiff - net/ipv4/netfilter/nf_nat_tftp.c
[NETFILTER]: Fix logging regression
[linux-2.6] / net / ipv4 / netfilter / nf_nat_tftp.c
index 2566b79de224dcad1915a4f162ea76cb205acc6d..04dfeaefec0245447872db214c40b50768405181 100644 (file)
@@ -30,7 +30,7 @@ static unsigned int help(struct sk_buff **pskb,
                = ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.u.udp.port;
        exp->dir = IP_CT_DIR_REPLY;
        exp->expectfn = nf_nat_follow_master;
-       if (nf_conntrack_expect_related(exp) != 0)
+       if (nf_ct_expect_related(exp) != 0)
                return NF_DROP;
        return NF_ACCEPT;
 }