mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-11-03 04:17:20 -05:00
Update: Fixed a warning
This commit is contained in:
parent
c5a38dc195
commit
cf6797b68e
@ -716,7 +716,7 @@ sock_t sock_get_server_socket (int port, const char *sinterface)
|
||||
{
|
||||
struct sockaddr_storage sa;
|
||||
struct addrinfo hints, *res, *ai;
|
||||
char service [10];
|
||||
char service [16];
|
||||
int sock;
|
||||
|
||||
if (port < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user