X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=blobdiff_plain;f=src%2Ftlsproxy.c;h=91d91b95de828b845deb07706e8ff4ae013d997a;hp=ea0578b78bae88673a8c45f9e8cdbc50897ca395;hb=cf970518e788895838bf6efd51c15418742d0802;hpb=ab61fefa275656266f5f5ed55697c019dccd5fd7 diff --git a/src/tlsproxy.c b/src/tlsproxy.c index ea0578b..91d91b9 100644 --- a/src/tlsproxy.c +++ b/src/tlsproxy.c @@ -53,7 +53,7 @@ GCRY_THREAD_OPTION_PTHREAD_IMPL; /* Server should shut down. Set by SIGINT handler. */ -static volatile int done = 0; +static volatile int done; /* = 0 */ /* Number of threads. */ static size_t thread_count;