From 5caa23551ed62186298079f30e6748570c3027d5 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Fri, 22 May 2015 10:24:30 +0000 Subject: 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 SVN-Revision: 45712 --- package/network/ipv6/ds-lite/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/ipv6/ds-lite/Makefile') 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 -- cgit v1.2.3