]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blobdiff - src/tlsproxy.c
src/tlsproxy.c: Initialize done with 0 for clarity.
[tlsproxy/tlsproxy.git] / src / tlsproxy.c
index d2b4506c00d26ad2c282aa51751324ec421f03d4..625ed0803e93fc05d96bed988d85c98c052e79b5 100644 (file)
@@ -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;