X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=net.c;h=d1c6eb510f5b971389968849b713f46995932ab6;hp=07a646b72c89bb8ee442129d9e90d98919f6b94d;hb=f79ec016a7174af2060813cbf092711ce09e6024;hpb=1cccf6fa93c251f8f2805aa5fb163741d851c051 diff --git a/net.c b/net.c index 07a646b7..d1c6eb51 100644 --- a/net.c +++ b/net.c @@ -435,10 +435,6 @@ static int makesock_addrinfo(unsigned l4type, bool passive, struct addrinfo *ai, /* Iterate over all src/dst combination, exhausting dst first */ for (src = local, dst = remote; src != NULL || dst != NULL; /* no op */ ) { - if (src && dst && src->ai_family == AF_INET - && dst->ai_family == AF_INET6) - goto get_next_dst; /* v4 -> v6 is not possible */ - ret = socket(src ? src->ai_family : dst->ai_family, sock_type(l4type), l4type); if (ret < 0)