mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2025-01-03 14:56:36 -05:00
minor build update
svn path=/icecast/trunk/net/; revision=13501
This commit is contained in:
parent
5c2887a2a1
commit
ef2a81e8ed
@ -60,7 +60,10 @@
|
|||||||
|
|
||||||
/* for older C libraries */
|
/* for older C libraries */
|
||||||
#ifndef AI_NUMERICSERV
|
#ifndef AI_NUMERICSERV
|
||||||
#define AI_NUMERICSERV 0
|
# define AI_NUMERICSERV 0
|
||||||
|
#endif
|
||||||
|
#ifndef AI_ADDRCONFIG
|
||||||
|
# define AI_ADDRCONFIG 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* sock_initialize
|
/* 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)
|
if (bind (sock, ai->ai_addr, ai->ai_addrlen) < 0)
|
||||||
{
|
{
|
||||||
close (sock);
|
sock_close (sock);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
freeaddrinfo (res);
|
freeaddrinfo (res);
|
||||||
|
Loading…
Reference in New Issue
Block a user