[NETFILTER] xt_hashlimit.c: fix typo
Signed-off-by: Alexey Dobriyan <adobriyan@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
60903f2c66
commit
9c2440bbe8
1 changed files with 1 additions and 1 deletions
|
@ -745,7 +745,7 @@ static int __init xt_hashlimit_init(void)
|
||||||
}
|
}
|
||||||
hashlimit_procdir6 = proc_mkdir("ip6t_hashlimit", proc_net);
|
hashlimit_procdir6 = proc_mkdir("ip6t_hashlimit", proc_net);
|
||||||
if (!hashlimit_procdir6) {
|
if (!hashlimit_procdir6) {
|
||||||
printk(KERN_ERR "xt_hashlimit: tnable to create proc dir "
|
printk(KERN_ERR "xt_hashlimit: unable to create proc dir "
|
||||||
"entry\n");
|
"entry\n");
|
||||||
goto err4;
|
goto err4;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue