sa: add padding

This commit is contained in:
Alfred E. Heggestad 2014-06-14 14:16:44 +00:00
parent cc083fbae9
commit 8e63e77f1f

View file

@ -30,6 +30,7 @@ struct sa {
#ifdef HAVE_INET6
struct sockaddr_in6 in6;
#endif
uint8_t padding[28];
} u;
socklen_t len;
};