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

Commit 37cb2944 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 am: 5c37ca08

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

Change-Id: Id1efd75539e742e847612adf65d55a383b9cdc9a
parents bcf417f0 5c37ca08
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;