mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 17:50:19 +00:00
Remove option to disable ipv6
It has been default for a while, is the only tested option, and will only get more common.
This commit is contained in:
@@ -23,12 +23,7 @@
|
||||
typedef struct netstore_
|
||||
{
|
||||
#ifdef NETWORK_PRIVATE
|
||||
#ifdef USE_IPV6
|
||||
struct addrinfo *ip6_hostent;
|
||||
#else
|
||||
struct hostent *ip4_hostent;
|
||||
struct sockaddr_in addr;
|
||||
#endif
|
||||
#else
|
||||
int _dummy; /* some compilers don't like empty structs */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user