Commit e5ef39ed authored by Eric W. Biederman's avatar Eric W. Biederman Committed by 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: default avatar"Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment