Loading src/android/net/dhcp/DhcpClient.java +1 −0 Original line number Diff line number Diff line Loading @@ -1723,6 +1723,7 @@ public class DhcpClient extends StateMachine { Log.d(TAG, "Renewed lease not for our current IP address!"); notifyFailure(); transitionTo(mDhcpInitState); return; } setDhcpLeaseExpiry(packet); // Updating our notion of DhcpResults here only causes the Loading Loading
src/android/net/dhcp/DhcpClient.java +1 −0 Original line number Diff line number Diff line Loading @@ -1723,6 +1723,7 @@ public class DhcpClient extends StateMachine { Log.d(TAG, "Renewed lease not for our current IP address!"); notifyFailure(); transitionTo(mDhcpInitState); return; } setDhcpLeaseExpiry(packet); // Updating our notion of DhcpResults here only causes the Loading