mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
Fix: -ZZ was not requiring StartTLS to succeed.
This commit is contained in:
parent
1985b2c5a1
commit
c9cf840731
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue