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

Commit 38a8aa7f authored by Mike Yu's avatar Mike Yu Committed by Automerger Merge Worker
Browse files

Remove the confusing log in getPrefix64 am: 3f5ee02f am: 54629139

Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1796310

Change-Id: Ia66fa8c4d847ab5796adf4e21879403f9715b646
parents 56801f95 54629139
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -294,8 +294,6 @@ void ResolverController::stopPrefix64Discovery(int32_t netId) {
int ResolverController::getPrefix64(unsigned netId, netdutils::IPPrefix* prefix) {
    netdutils::IPPrefix p = mDns64Configuration.getPrefix64(netId);
    if (p.family() != AF_INET6 || p.length() == 0) {
        LOG(INFO) << "No valid NAT64 prefix (" << netId << ", " << p.toString().c_str() << ")";

        return -ENOENT;
    }
    *prefix = p;