reset CONFIG_SECTION when calling config_load
SVN-Revision: 5318
This commit is contained in:
parent
8a7cf55e06
commit
12ccb1ed73
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ config_clear() {
|
|||
}
|
||||
|
||||
config_load() {
|
||||
CONFIG_SECTION=
|
||||
local DIR="./"
|
||||
_C=0
|
||||
[ \! -e "$1" -a -e "/etc/config/$1" ] && {
|
||||
|
|
Loading…
Reference in a new issue