fix dropbear config (#960)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6117 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2007-01-17 20:24:36 +00:00
parent 0fce01ddb7
commit 15d5a8b1c1
1 changed files with 3 additions and 3 deletions

View File

@ -5,10 +5,10 @@
config_cb() {
local cfg="$CONFIG_SECTION"
local nopasswd
local type
config_get cfgtype "$cfg" TYPE
local cfgt
config_get cfgt "$cfg" TYPE
case "$cfgtype" in
case "$cfgt" in
dropbear)
config_get passauth $cfg PasswordAuth
config_get port $cfg Port