reset CONFIG_SECTION when calling config_load

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5318 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2006-10-28 00:40:17 +00:00
parent 803f212243
commit c17b680a77
1 changed files with 1 additions and 0 deletions

View File

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