From 5d8735cfe198bc2d7a9f0c4d966fa67da5d59ddf Mon Sep 17 00:00:00 2001 From: venaas Date: Wed, 13 Aug 2008 09:33:38 +0000 Subject: [PATCH] fixed potential problem with ssl init git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@335 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- radsecproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radsecproxy.c b/radsecproxy.c index b17464a..1ef66b6 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -71,7 +71,7 @@ static int udp_server_sock = -1; static int udp_accserver_sock = -1; static int udp_client4_sock = -1; static int udp_client6_sock = -1; -static pthread_mutex_t *ssl_locks; +static pthread_mutex_t *ssl_locks = NULL; static long *ssl_lock_count; extern int optind; extern char *optarg; -- 2.1.4