Index: net/dns/dns_transaction.cc |
diff --git a/net/dns/dns_transaction.cc b/net/dns/dns_transaction.cc |
index 0d07b523c305a7c570361aa4d813b35da376b42a..00d8064f6e8d6f263423659519e9691a99e406aa 100644 |
--- a/net/dns/dns_transaction.cc |
+++ b/net/dns/dns_transaction.cc |
@@ -511,7 +511,7 @@ class DnsTransactionImpl : public DnsTransaction, |
if (MoreAttemptsAllowed()) { |
result = MakeAttempt(); |
} else { |
- return AttemptResult(ERR_DNS_SERVER_FAILED, NULL); |
+ return AttemptResult(result.rv, NULL); |
} |
break; |
} |