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

Commit 8e62708d authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6420531 from 97708bb0 to sc-release

Change-Id: I4633dd2fb8a1d17ed6c96e67f04d651de582c5d4
parents 84017f01 97708bb0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -959,7 +959,9 @@ public class DhcpClient extends StateMachine {
                Log.e(TAG, "Fail to start DHCP Packet Handler");
            }
            notifyFailure();
            transitionTo(mStoppedState);
            // We cannot call transitionTo because a transition is still in progress.
            // Instead, ensure that we process CMD_STOP_DHCP as soon as the transition is complete.
            deferMessage(obtainMessage(CMD_STOP_DHCP));
        }

        @Override