提交 7cee432a 编写于 作者: N Nick Sillik 提交者: David S. Miller

[NETFILTER]: Fix -Wunder error in ip_conntrack_core.c

Signed-off-by: NNick Sillik <n.sillik@temple.edu>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 a77be819
......@@ -510,7 +510,7 @@ init_conntrack(const struct ip_conntrack_tuple *tuple,
/* Welcome, Mr. Bond. We've been expecting you... */
__set_bit(IPS_EXPECTED_BIT, &conntrack->status);
conntrack->master = exp->master;
#if CONFIG_IP_NF_CONNTRACK_MARK
#ifdef CONFIG_IP_NF_CONNTRACK_MARK
conntrack->mark = exp->master->mark;
#endif
nf_conntrack_get(&conntrack->master->ct_general);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册