diff options
author | venaas <venaas> | 2008-08-13 09:33:38 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-08-13 09:33:38 +0000 |
commit | 5d8735cfe198bc2d7a9f0c4d966fa67da5d59ddf (patch) | |
tree | 54dc58899ec64f323e28fd91bcd39b33c1d867c7 /radsecproxy.c | |
parent | 429f148947a0b044cf799730ce2b11f8c6f5bdbe (diff) |
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
Diffstat (limited to 'radsecproxy.c')
-rw-r--r-- | radsecproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |