diff options
Diffstat (limited to 'net/base/host_resolver_impl.cc')
-rw-r--r-- | net/base/host_resolver_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/host_resolver_impl.cc b/net/base/host_resolver_impl.cc index e3cfcd3..6b5a20f 100644 --- a/net/base/host_resolver_impl.cc +++ b/net/base/host_resolver_impl.cc @@ -331,7 +331,7 @@ int HostResolverImpl::Resolve(const RequestInfo& info, // outstanding jobs map. Key key(info.hostname(), info.address_family()); if (disable_ipv6_) - key.address_family = ADDRESS_FAMILY_IPV4_ONLY; + key.address_family = ADDRESS_FAMILY_IPV4; // If we have an unexpired cache entry, use it. if (info.allow_cached_response()) { |