mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-05 12:29:16 +00:00
QoL improvements
This commit is contained in:
@ -66,7 +66,7 @@ namespace NetworkDHCP
|
||||
|
||||
*(Ptr++) = DHCP_OPTION_HOST_NAME;
|
||||
char *HostName = (char *)KERNEL_NAME;
|
||||
*(Ptr++) = 1 + strlen(HostName);
|
||||
*(Ptr++) = s_cst(uint8_t, 1 + strlen(HostName));
|
||||
memcpy(Ptr, HostName, strlen(HostName));
|
||||
Ptr += strlen(HostName);
|
||||
|
||||
|
Reference in New Issue
Block a user