提交 e5ef39ed 编写于 作者: E Eric W. Biederman 提交者: David S. Miller

netfilter: Remove the spurious \ in __ip_vs_lblc_init

In (464dc801 net: Don't export sysctls to unprivileged users)
I typoed and introduced a spurious backslash.  Delete it.
Signed-off-by: N"Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 18af5c17
......@@ -574,7 +574,7 @@ static int __net_init __ip_vs_lblc_init(struct net *net)
register_net_sysctl(net, "net/ipv4/vs", ipvs->lblc_ctl_table);
if (!ipvs->lblc_ctl_header) {
if (!net_eq(net, &init_net))
kfree(ipvs->lblc_ctl_table);\
kfree(ipvs->lblc_ctl_table);
return -ENOMEM;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册