mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
libldap/cyrus.c's ldap_pvt_sasl_install fix
from Mei-Hui Su <mei@ISI.EDU>
This commit is contained in:
parent
bd4c6b84ea
commit
5fe2190603
1 changed files with 1 additions and 1 deletions
|
|
@ -649,7 +649,7 @@ ldap_int_sasl_bind(
|
|||
if( flags != LDAP_SASL_QUIET ) {
|
||||
fprintf( stderr, "SASL installing layers\n" );
|
||||
}
|
||||
ldap_pvt_sasl_install( ld->ld_sb, ctx );
|
||||
ldap_pvt_sasl_install( ld->ld_conns->lconn_sb, ctx );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue