1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-09-22 04:15:55 -04:00

minor build update

svn path=/icecast/trunk/net/; revision=13501
This commit is contained in:
Karl Heyes 2007-08-09 23:51:26 +00:00
parent 5c2887a2a1
commit ef2a81e8ed

View File

@ -60,7 +60,10 @@
/* for older C libraries */
#ifndef AI_NUMERICSERV
#define AI_NUMERICSERV 0
# define AI_NUMERICSERV 0
#endif
#ifndef AI_ADDRCONFIG
# define AI_ADDRCONFIG 0
#endif
/* sock_initialize
@ -659,7 +662,7 @@ sock_t sock_get_server_socket (int port, const char *sinterface)
if (bind (sock, ai->ai_addr, ai->ai_addrlen) < 0)
{
close (sock);
sock_close (sock);
continue;
}
freeaddrinfo (res);