Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(583)

Unified Diff: net/tools/dns_fuzz_stub/dns_fuzz_stub.cc

Issue 10855163: Revert 151586 - [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according to RF… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/dns_fuzz_stub/dns_fuzz_stub.cc
===================================================================
--- net/tools/dns_fuzz_stub/dns_fuzz_stub.cc (revision 151600)
+++ net/tools/dns_fuzz_stub/dns_fuzz_stub.cc (working copy)
@@ -149,7 +149,7 @@
base::TimeDelta ttl;
net::DnsResponse::Result result = response.ParseToAddressList(
&address_list, &ttl);
- if (result != net::DnsResponse::DNS_PARSE_OK) {
+ if (result != net::DnsResponse::DNS_SUCCESS) {
LOG(INFO) << "ParseToAddressList failed: " << result;
return;
}
Property changes on: net/tools/dns_fuzz_stub/dns_fuzz_stub.cc
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698