X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftlsproxy.c;h=625ed0803e93fc05d96bed988d85c98c052e79b5;hb=a6880da1a7e80f74bed1caf0d2ed6e9034ea2245;hp=d2b4506c00d26ad2c282aa51751324ec421f03d4;hpb=2cc876ebafc566267a6de49fe722257977967091;p=tlsproxy%2Ftlsproxy.git 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;