Fix: -ZZ was not requiring StartTLS to succeed.

This commit is contained in:
Howard Chu 2003-03-27 17:30:43 +00:00
parent 1985b2c5a1
commit c9cf840731

View file

@ -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 );