fix warning
This commit is contained in:
parent
1611b9ed80
commit
224328e404
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ int do_server(int port, int type, int *ret, int (*cb)(char *hostname, int s, uns
|
|||
{
|
||||
int sock;
|
||||
char *name = NULL;
|
||||
int accept_socket;
|
||||
int accept_socket = 0;
|
||||
int i;
|
||||
|
||||
if (!init_server(&accept_socket,port,type)) return(0);
|
||||
|
|
Loading…
Reference in a new issue