projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1611b9e
)
fix warning
author
Nils Larsch
<nils@openssl.org>
Mon, 6 Nov 2006 20:10:44 +0000
(20:10 +0000)
committer
Nils Larsch
<nils@openssl.org>
Mon, 6 Nov 2006 20:10:44 +0000
(20:10 +0000)
apps/s_socket.c
patch
|
blob
|
history
diff --git
a/apps/s_socket.c
b/apps/s_socket.c
index 37e6cdc5559d570ae6d2a2380819fda837cbd385..b5f9db3062ea3a300c8a97bbfbf7eebe420471b6 100644
(file)
--- 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);