commit | 3c18e3051dfdb5591afc18562e9d9da987a5945e | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Sep 26 19:53:04 2016 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Sep 26 19:53:04 2016 +0200 |
tree | f3d6a693bb0f8cb4dea6e1a3a8632698279d63d6 | |
parent | 525209ac9465f37a9ba292f1ff138dd80768e869 [diff] |
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>