diff --git a/client/spa_comm.c b/client/spa_comm.c index 1afd914c..0f777192 100644 --- a/client/spa_comm.c +++ b/client/spa_comm.c @@ -98,7 +98,7 @@ send_spa_packet_tcp_or_udp(const char *spa_data, const int sd_len, memset(&hints, 0, sizeof(struct addrinfo)); - hints.ai_family = AF_INET; /* Allow IPv4 only */ + hints.ai_family = AF_UNSPEC; if (options->spa_proto == FKO_PROTO_UDP) {