sa: add padding
This commit is contained in:
parent
cc083fbae9
commit
8e63e77f1f
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ struct sa {
|
|||
#ifdef HAVE_INET6
|
||||
struct sockaddr_in6 in6;
|
||||
#endif
|
||||
uint8_t padding[28];
|
||||
} u;
|
||||
socklen_t len;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue