Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9153da4 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 7601086 from d0249838 to tm-release

Change-Id: I70d8958849a12b097a7e0a3cdb70282a6aa0cc4a
parents cc0cb543 d0249838
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -514,8 +514,7 @@ int res_nsend(ResState* statp, const uint8_t* buf, int buflen, uint8_t* ans, int
        std::this_thread::sleep_for(sleepTimeMs);
    }
    // Private DNS
    if (!(statp->netcontext_flags & NET_CONTEXT_FLAG_USE_LOCAL_NAMESERVERS) &&
        !isMdnsResolution(statp->flags)) {
    if (!(statp->netcontext_flags & NET_CONTEXT_FLAG_USE_LOCAL_NAMESERVERS)) {
        bool fallback = false;
        int resplen = res_private_dns_send(statp, Slice(const_cast<uint8_t*>(buf), buflen),
                                           Slice(ans, anssiz), rcode, &fallback);