1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-06-02 06:01:10 +00:00

Update: Fixed a warning

This commit is contained in:
Philipp Schafft 2022-03-05 08:42:14 +00:00
parent c5a38dc195
commit cf6797b68e

View File

@ -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)