mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Fix TLS parsing
This commit is contained in:
parent
e2d65fb69b
commit
99a1d0f979
@ -1396,8 +1396,8 @@ done_url:;
|
||||
}
|
||||
li->li_flags &= ~LDAP_BACK_F_TLS_MASK;
|
||||
li->li_flags |= tls_mode[i].mask;
|
||||
if ( c->argc > 2 ) {
|
||||
for ( i=0; i<c->argc; i++ ) {
|
||||
if ( c->argc > 3 ) {
|
||||
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