mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 14:25:41 +00:00
More portable internet addresses; fix endian bug; fix parser bugs
This commit is contained in:
@@ -41,6 +41,6 @@
|
||||
|
||||
struct iaddr {
|
||||
int len;
|
||||
char iabuf [16];
|
||||
unsigned char iabuf [16];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user