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

Commit df7c1caa authored by Xiao Ma's avatar Xiao Ma
Browse files

Remove the DBG log condition check for disabling IPv6 upon provisioning loss.

Bug: 179222860
Test: atest NetworkStackIntegrationTest
Change-Id: I53f19cd9cde302e70e82e7d11978d8088d3aca6f
parent 01e4fa96
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1252,9 +1252,7 @@ public class IpClient extends StateMachine {
                mInterfaceCtrl.disableIPv6();
                mHasDisabledIPv6OnProvLoss = true;
                delta = PROV_CHANGE_STILL_PROVISIONED;
                if (DBG) {
                mLog.log("Disable IPv6 stack completely when the default router has gone");
                }
            } else {
                delta = PROV_CHANGE_LOST_PROVISIONING;
            }