libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPE
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 26 Sep 2016 17:53:04 +0000 (19:53 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 26 Sep 2016 17:53:04 +0000 (19:53 +0200)
commit3c18e3051dfdb5591afc18562e9d9da987a5945e
treef3d6a693bb0f8cb4dea6e1a3a8632698279d63d6
parent525209ac9465f37a9ba292f1ff138dd80768e869
libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPE

Gives "mount -t cifs //fe80::6a05:caff:fe3e:dbf5%eth0/test test"
a chance to work: mount must pass "ip=numeric_IPv6%numeric_iface_id"
in the omunt option string. Currently, it does not.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/xconnect.c
util-linux/mount.c