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

Commit 473ed27a authored by Erik Kline's avatar Erik Kline Committed by android-build-merger
Browse files

Merge "Move DhcpClient SM thread onto IpClient's SM thread" am: 4a352dd5

am: a6c59484

Change-Id: Id124d26e03d3d91a234e78b5fad1aca682cf9f6d
parents e3d4b7d3 a6c59484
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -224,7 +224,7 @@ public class DhcpClient extends StateMachine {

    // TODO: Take an InterfaceParams instance instead of an interface name String.
    private DhcpClient(Context context, StateMachine controller, String iface) {
        super(TAG);
        super(TAG, controller.getHandler());

        mContext = context;
        mController = controller;