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

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

Snap for 6149042 from 8fb3e288 to rvc-release

Change-Id: I90256a4f332ed86ac980d298855fcda7cd146645
parents fe992468 8fb3e288
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1270,7 +1270,7 @@ public class DhcpClient extends StateMachine {
                    DO_UNICAST, REQUESTED_PARAMS, true /* rapid commit */, mHostname);

            l2Packet.dstMacAddress = MacAddress.fromBytes(DhcpPacket.ETHER_BROADCAST);
            l2Packet.payload = packet.array();
            l2Packet.payload = Arrays.copyOf(packet.array(), packet.limit());
            mController.sendMessage(CMD_START_PRECONNECTION, l2Packet);
        }
    }