fix warning
This commit is contained in:
parent
1611b9ed80
commit
224328e404
@ -283,7 +283,7 @@ int do_server(int port, int type, int *ret, int (*cb)(char *hostname, int s, uns
|
|||||||
{
|
{
|
||||||
int sock;
|
int sock;
|
||||||
char *name = NULL;
|
char *name = NULL;
|
||||||
int accept_socket;
|
int accept_socket = 0;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
if (!init_server(&accept_socket,port,type)) return(0);
|
if (!init_server(&accept_socket,port,type)) return(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user