mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix prev commit
This commit is contained in:
parent
99a1d0f979
commit
afabf44493
@ -1396,7 +1396,7 @@ done_url:;
|
||||
}
|
||||
li->li_flags &= ~LDAP_BACK_F_TLS_MASK;
|
||||
li->li_flags |= tls_mode[i].mask;
|
||||
if ( c->argc > 3 ) {
|
||||
if ( c->argc > 2 ) {
|
||||
for ( i=2; i<c->argc; i++ ) {
|
||||
if ( bindconf_tls_parse( c->argv[i], &li->li_tls ))
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user