hopefully fix duplicate ppp instances (#895)
[openwrt.git] / package / base-files / default / etc / functions.sh
index bf87548..f7cb878 100755 (executable)
@@ -77,6 +77,7 @@ config_clear() {
 }
 
 config_load() {
+       CONFIG_SECTION=
        local DIR="./"
        _C=0
        [ \! -e "$1" -a -e "/etc/config/$1" ] && {
This page took 0.020578 seconds and 4 git commands to generate.