Loading src/android/net/dhcp/DhcpClient.java +1 −1 Original line number Diff line number Diff line Loading @@ -638,7 +638,6 @@ public class DhcpClient extends StateMachine { } mOffer = null; Log.d(TAG, msg + " lease: " + mDhcpLease); notifySuccess(); } private void clearDhcpState() { Loading Loading @@ -1150,6 +1149,7 @@ public class DhcpClient extends StateMachine { transitionTo(mStoppedState); } notifySuccess(); scheduleLeaseTimers(); logTimeToBoundState(); } Loading Loading
src/android/net/dhcp/DhcpClient.java +1 −1 Original line number Diff line number Diff line Loading @@ -638,7 +638,6 @@ public class DhcpClient extends StateMachine { } mOffer = null; Log.d(TAG, msg + " lease: " + mDhcpLease); notifySuccess(); } private void clearDhcpState() { Loading Loading @@ -1150,6 +1149,7 @@ public class DhcpClient extends StateMachine { transitionTo(mStoppedState); } notifySuccess(); scheduleLeaseTimers(); logTimeToBoundState(); } Loading