On Sat, Nov 21, 2015 at 8:06 PM, Gert Doering <g...@greenie.muc.de> wrote: > if (sock->info.af == AF_UNSPEC) > + { > msg (M_WARN, "Could not determine IPv4/IPv6 protocol. > Using %s", > addr_family_name(sock->info.lsa->bind_local->ai_family)); > + sock->info.af = sock->info.lsa->bind_local->ai_family; > + }
Just tested, I ack it works perfectly. Thanks!