[packages] ddns-scripts: fix overriding ip_network (#7361)
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 20 May 2010 06:03:37 +0000 (06:03 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 20 May 2010 06:03:37 +0000 (06:03 +0000)
SVN-Revision: 21512

net/ddns-scripts/files/usr/lib/ddns/dynamic_dns_functions.sh

index a5c44d7787d69e40cf8821e0dc74d456890c251e..0e2ab7fadeaaa4327483198c26be15ef684ad41f 100644 (file)
@@ -56,7 +56,6 @@ get_current_ip()
        if [ "$ip_source" != "interface" ] && [ "$ip_source" != "web" ] && [ "$ip_source" != "script" ]
        then
                ip_source="network"
-               ip_network="wan"
        fi
 
        if [ "$ip_source" = "network" ]