提交 c57ea2d7 编写于 作者: K Klemen Košir 提交者: Pablo Neira Ayuso

netfilter: conntrack: Remove a double space in a log message

Removed an extra space in a log message and an extra blank line in code.
Signed-off-by: NKlemen Košir <klemen.kosir@kream.io>
Signed-off-by: NPablo Neira Ayuso <pablo@netfilter.org>
上级 c33cb002
......@@ -219,7 +219,7 @@ nf_ct_lookup_helper(struct nf_conn *ct, struct net *net)
return NULL;
pr_info("nf_conntrack: default automatic helper assignment "
"has been turned off for security reasons and CT-based "
" firewall rule not found. Use the iptables CT target "
"firewall rule not found. Use the iptables CT target "
"to attach helpers instead.\n");
net->ct.auto_assign_helper_warned = 1;
return NULL;
......@@ -228,7 +228,6 @@ nf_ct_lookup_helper(struct nf_conn *ct, struct net *net)
return __nf_ct_helper_find(&ct->tuplehash[IP_CT_DIR_REPLY].tuple);
}
int __nf_ct_try_assign_helper(struct nf_conn *ct, struct nf_conn *tmpl,
gfp_t flags)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册