From: Nils Larsch Date: Mon, 6 Nov 2006 20:10:44 +0000 (+0000) Subject: fix warning X-Git-Tag: OpenSSL_0_9_8k^2~1084 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=224328e4042a451907509f56b5e249fcd17789e6;p=oweals%2Fopenssl.git fix warning --- diff --git a/apps/s_socket.c b/apps/s_socket.c index 37e6cdc555..b5f9db3062 100644 --- a/apps/s_socket.c +++ b/apps/s_socket.c @@ -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);