fix warning

This commit is contained in:
Nils Larsch 2006-11-06 20:10:44 +00:00
parent 1611b9ed80
commit 224328e404

View File

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