X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Ftlsproxy.c;h=91d91b95de828b845deb07706e8ff4ae013d997a;hb=cf970518e788895838bf6efd51c15418742d0802;hp=2d2ea1e2cf44f92759a65f58ae33ef0f68e96938;hpb=19b4321866194060cfc28419d52531a924f1b986;p=tlsproxy%2Ftlsproxy.git diff --git a/src/tlsproxy.c b/src/tlsproxy.c index 2d2ea1e..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; @@ -107,8 +107,8 @@ int main(int argc, char **argv) { return EXIT_FAILURE; } + memset(&action, 0, sizeof(action)); sigemptyset(&action.sa_mask); - action.sa_flags = 0; #ifdef DEBUG /* Setup our SIGINT signal handler which allows a "normal" termination of * the server in DEBUG mode. */