map: set ealen to psidlen for lw4over6

Signed-off-by: Steven Barth <steven@midlink.org>

SVN-Revision: 45689
This commit is contained in:
Steven Barth 2015-05-16 10:12:15 +00:00
parent 356a9f0280
commit 1ffe824e81
2 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=map
PKG_VERSION:=3
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_LICENSE:=GPL-2.0
include $(INCLUDE_DIR)/package.mk

View File

@ -226,6 +226,9 @@ int main(int argc, char *argv[])
if (offset < 0)
offset = (lw4o6) ? 0 : (legacy) ? 4 : 6;
if (lw4o6 && ealen < 0 && psidlen >= 0)
ealen = psidlen;
// Find PD
struct blob_attr *c, *cur;
unsigned rem;