1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 08:17:37 +03:00

reset CONFIG_SECTION when calling config_load

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5318 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-10-28 00:40:17 +00:00
parent 98b7ae9aae
commit fbaefdbf9d

View File

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