kopia lustrzana https://gitlab.com/sane-project/backends
Guard sin6 union member by #ifdef ENABLE_IPV6
rodzic
f06cf4770b
commit
d3f1f6fa50
|
@ -262,7 +262,9 @@ static union {
|
|||
struct sockaddr_storage ss;
|
||||
struct sockaddr sa;
|
||||
struct sockaddr_in sin;
|
||||
#ifdef ENABLE_IPV6
|
||||
struct sockaddr_in6 sin6;
|
||||
#endif
|
||||
} remote_address;
|
||||
static int remote_address_len;
|
||||
#else
|
||||
|
|
Ładowanie…
Reference in New Issue