Skip to content
Snippets Groups Projects
Commit 5fe21906 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

libldap/cyrus.c's ldap_pvt_sasl_install fix

from Mei-Hui Su <mei@ISI.EDU>
parent bd4c6b84
Branches
Tags
No related merge requests found
......@@ -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 );
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment