Skip to content
Snippets Groups Projects
Commit c9cf8407 authored by Howard Chu's avatar Howard Chu
Browse files

Fix: -ZZ was not requiring StartTLS to succeed.

parent 1985b2c5
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment