Commit 224328e4 authored by Nils Larsch's avatar Nils Larsch
Browse files

fix warning

parent 1611b9ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);