Commit 138d14ff authored by Pablo Neira's avatar Pablo Neira Committed by David S. Miller

[NETFILTER]: Fix removing invalid proc file

Signed-off-by: default avatarPablo Neira <pablo@eurodev.net>
Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f07edd3f
......@@ -816,7 +816,7 @@ static int init_or_cleanup(int init)
#ifdef CONFIG_PROC_FS
proc_net_remove("ip_conntrack_stat");
cleanup_proc_exp:
proc_net_remove("ip_conntrack_exp");
proc_net_remove("ip_conntrack_expect");
cleanup_proc:
proc_net_remove("ip_conntrack");
cleanup_init:
......
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