From 90d6d11d30910d2374214ebed4290458fe1982b9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 4 Feb 2006 15:23:03 +0000 Subject: [PATCH] fix typo in switch-core SVN-Revision: 3127 --- openwrt/target/linux/package/switch/src/switch-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/target/linux/package/switch/src/switch-core.c b/openwrt/target/linux/package/switch/src/switch-core.c index 31a02506db..5d4693c28f 100644 --- a/openwrt/target/linux/package/switch/src/switch-core.c +++ b/openwrt/target/linux/package/switch/src/switch-core.c @@ -445,7 +445,7 @@ static int __init switch_init() static void __exit switch_exit() { - remove_proc_entry("vlan", NULL); + remove_proc_entry("switch", NULL); } MODULE_AUTHOR("Felix Fietkau "); -- 2.30.2