Loading src/android/net/dhcp/DhcpClient.java +1 −0 Original line number Original line 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!"); Log.d(TAG, "Renewed lease not for our current IP address!"); notifyFailure(); notifyFailure(); transitionTo(mDhcpInitState); transitionTo(mDhcpInitState); return; } } setDhcpLeaseExpiry(packet); setDhcpLeaseExpiry(packet); // Updating our notion of DhcpResults here only causes the // Updating our notion of DhcpResults here only causes the Loading Loading
src/android/net/dhcp/DhcpClient.java +1 −0 Original line number Original line 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!"); Log.d(TAG, "Renewed lease not for our current IP address!"); notifyFailure(); notifyFailure(); transitionTo(mDhcpInitState); transitionTo(mDhcpInitState); return; } } setDhcpLeaseExpiry(packet); setDhcpLeaseExpiry(packet); // Updating our notion of DhcpResults here only causes the // Updating our notion of DhcpResults here only causes the Loading