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

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

Remove the confusing log in getPrefix64 am: 3f5ee02f

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

Change-Id: Ic0706e25051e2da1c921f5722657c23945e9cb41
parents 3b12bc1f 3f5ee02f
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;