1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 14:47:46 +01:00

reset CONFIG_SECTION when calling config_load

SVN-Revision: 5318
This commit is contained in:
Felix Fietkau 2006-10-28 00:40:17 +00:00
parent 8a7cf55e06
commit 12ccb1ed73

@ -77,6 +77,7 @@ config_clear() {
}
config_load() {
CONFIG_SECTION=
local DIR="./"
_C=0
[ \! -e "$1" -a -e "/etc/config/$1" ] && {