aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/ds-lite/Makefile
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-05-22 10:24:30 +0000
committerJonas Gorski <jogo@openwrt.org>2015-05-22 10:24:30 +0000
commit3dd7e9a86d4639042cfb33a9cc508bd97cc60f06 (patch)
treee79e8c69a2e663a5ab60bae0fb088077bfcec8bf /package/network/ipv6/ds-lite/Makefile
parent9157f620436a8383b13c30c0a26ad06b976b1a0b (diff)
downloadmaster-187ad058-3dd7e9a86d4639042cfb33a9cc508bd97cc60f06.tar.gz
master-187ad058-3dd7e9a86d4639042cfb33a9cc508bd97cc60f06.tar.bz2
master-187ad058-3dd7e9a86d4639042cfb33a9cc508bd97cc60f06.zip
ds-lite: fix resolve retry for fqdn peeraddrs
If the first resolveip call will fail, peeraddr will be now empty, and the subsequent resolveip call will try to resolve an empty string. Fix this by storing the result in a temporary variable. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45712 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/ipv6/ds-lite/Makefile')
-rw-r--r--package/network/ipv6/ds-lite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/ds-lite/Makefile b/package/network/ipv6/ds-lite/Makefile
index a232a1c58d..8c22c46a15 100644
--- a/package/network/ipv6/ds-lite/Makefile
+++ b/package/network/ipv6/ds-lite/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ds-lite
-PKG_VERSION:=6
+PKG_VERSION:=7
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0