mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
a5003e8311
The sin6_family member was an int. This caused the structure to take 32 bytes which was greater than sockaddr_storage size (28 bytes). Using the type sa_family_t for sin6_family member fixes this issue. Signed-off-by: Francois Berder <francois.berder@imgtec.com> |
||
---|---|---|
.. | ||
in.h |