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

Commit 243c3c9b authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Merge "Notify IpClient DHCP process success when entering DHCP Bound State."...

Merge "Notify IpClient DHCP process success when entering DHCP Bound State." am: 568c32fe am: 03cd7f0e
am: 0dfbf1a9

Change-Id: I703a98f14d17eba38738a52c6770b39da64d8a70
parents 93d8beb9 0dfbf1a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -638,7 +638,6 @@ public class DhcpClient extends StateMachine {
        }
        mOffer = null;
        Log.d(TAG, msg + " lease: " + mDhcpLease);
        notifySuccess();
    }

    private void clearDhcpState() {
@@ -1150,6 +1149,7 @@ public class DhcpClient extends StateMachine {
                transitionTo(mStoppedState);
            }

            notifySuccess();
            scheduleLeaseTimers();
            logTimeToBoundState();
        }