When trying to bind default broadcast (ipv6) fails, retry with broadcast ipv4. -...
authorWilfried Goesgens <dothebart@citadel.org>
Sat, 16 Feb 2013 13:09:01 +0000 (14:09 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sat, 16 Feb 2013 13:09:01 +0000 (14:09 +0100)
webcit/tcp_sockets.c

index cb0ad320e393606f9877dce03b2810281582d53e..b27f2ad864c1c5cd9da9f235e5b6e19de8ab95ec 100644 (file)
@@ -532,6 +532,7 @@ retry:
                || (IsEmptyStr(ip_addr))
                || (!strcmp(ip_addr, "*"))
        ) {
+               IsDefault = 1;
                ip_version = 6;
                sin6.sin6_addr = in6addr_any;
        }