From: nbd Date: Sat, 21 Apr 2012 20:34:41 +0000 (+0000) Subject: netifd: make type a local variable in /lib/network/config.sh to avoid clashes with... X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=d7fd21d6b0fc76e29c9a61235c199297b7b29196;p=openwrt.git netifd: make type a local variable in /lib/network/config.sh to avoid clashes with an internal config_foreach variable git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31430 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/netifd/files/lib/network/config.sh b/package/netifd/files/lib/network/config.sh index 8fa9b1ac3d..287124de66 100755 --- a/package/netifd/files/lib/network/config.sh +++ b/package/netifd/files/lib/network/config.sh @@ -36,7 +36,7 @@ ubus_call() { fixup_interface() { local config="$1" - local ifname + local ifname type config_get type "$config" type config_get ifname "$config" ifname