diff --git a/clients/tools/common.c b/clients/tools/common.c index 864d9262d1..10fa47a834 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -440,7 +440,7 @@ tool_args( int argc, char **argv ) break; case 'Z': #ifdef HAVE_TLS - use_tls = 1; + use_tls++; #else fprintf( stderr, "%s: not compiled with TLS support\n", prog ); exit( EXIT_FAILURE );