mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 15:41:24 -05:00
Fix TLS parsing
This commit is contained in:
parent
e2d65fb69b
commit
99a1d0f979
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue