commit | 43aa12fe25b17a3f65d5cda1bf981c846f43063e | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Sep 13 22:05:33 2017 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Sep 20 08:55:06 2017 +0300 |
tree | 71d694574c75971b7bb398af6739ce97fe4f3f71 | |
parent | bfc583c53f1d93cb8b50e6f5ab2eadad1a2a4cdc [diff] |
net: dns: Do not resolve IPv6 address if IPv6 is disabled If IPv6 is disabled, then it is useless to try to resolve IPv6 address because "struct sockaddr" does not have enough space to store IPv6 address. Fixes #1487 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>