From a6880da1a7e80f74bed1caf0d2ed6e9034ea2245 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 22 Mar 2011 17:09:15 +0100 Subject: [PATCH] src/tlsproxy.c: Initialize done with 0 for clarity. --- src/tlsproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tlsproxy.c b/src/tlsproxy.c index d2b4506..625ed08 100644 --- a/src/tlsproxy.c +++ b/src/tlsproxy.c @@ -59,7 +59,7 @@ GCRY_THREAD_OPTION_PTHREAD_IMPL; /* Server should shut down. Set by SIGINT handler. */ -static volatile int done; +static volatile int done = 0; /* Number of threads. */ static size_t thread_count; -- 2.43.2