Change httpd realm to match the hostname (#932)
[openwrt.git] / package / base-files / default / etc / functions.sh
index bf87548..f7cb878 100755 (executable)
@@ -77,6 +77,7 @@ config_clear() {
 }
 
 config_load() {
 }
 
 config_load() {
+       CONFIG_SECTION=
        local DIR="./"
        _C=0
        [ \! -e "$1" -a -e "/etc/config/$1" ] && {
        local DIR="./"
        _C=0
        [ \! -e "$1" -a -e "/etc/config/$1" ] && {
This page took 0.023697 seconds and 4 git commands to generate.