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

Commit 4a352dd5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Move DhcpClient SM thread onto IpClient's SM thread"

parents f9063b37 be83aebf
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;