mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
spelling: assemble
This commit is contained in:
parent
2201203d70
commit
e26e6ec3b0
@ -1095,7 +1095,7 @@ BUF *BuildICMPv6(IPV6_ADDR *src_ip, IPV6_ADDR *dest_ip, UCHAR hop_limit, UCHAR t
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Assembe the header
|
// Assemble the header
|
||||||
icmp = ZeroMalloc(sizeof(ICMP_HEADER) + size);
|
icmp = ZeroMalloc(sizeof(ICMP_HEADER) + size);
|
||||||
data_buf = ((UCHAR *)icmp) + sizeof(ICMP_HEADER);
|
data_buf = ((UCHAR *)icmp) + sizeof(ICMP_HEADER);
|
||||||
Copy(data_buf, data, size);
|
Copy(data_buf, data, size);
|
||||||
|
Loading…
Reference in New Issue
Block a user