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

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

Snap for 7601086 from d0249838 to tm-d1-release

Change-Id: If33eb6b096432834b0108fa6a70b6731bb91339c
parents 5cd7b947 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);