diff options
Diffstat (limited to 'networking/udhcp/serverpacket.c')
-rw-r--r-- | networking/udhcp/serverpacket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/serverpacket.c b/networking/udhcp/serverpacket.c index 8889fda86..e1a88addd 100644 --- a/networking/udhcp/serverpacket.c +++ b/networking/udhcp/serverpacket.c | |||
@@ -38,7 +38,7 @@ static int send_packet_to_relay(struct dhcpMessage *payload) | |||
38 | /* send a packet to a specific arp address and ip address by creating our own ip packet */ | 38 | /* send a packet to a specific arp address and ip address by creating our own ip packet */ |
39 | static int send_packet_to_client(struct dhcpMessage *payload, int force_broadcast) | 39 | static int send_packet_to_client(struct dhcpMessage *payload, int force_broadcast) |
40 | { | 40 | { |
41 | uint8_t *chaddr; | 41 | const uint8_t *chaddr; |
42 | uint32_t ciaddr; | 42 | uint32_t ciaddr; |
43 | 43 | ||
44 | if (force_broadcast) { | 44 | if (force_broadcast) { |