mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
Fix sasl sb bug
This commit is contained in:
parent
9336c76d04
commit
45700bfdfb
@ -648,7 +648,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 New Issue
Block a user