mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
ITS#3278 use correct connection for sasl_install()
This commit is contained in:
parent
8ac304ee4c
commit
6a86f5178f
1 changed files with 1 additions and 1 deletions
|
|
@ -807,7 +807,7 @@ ldap_int_sasl_bind(
|
|||
sasl_dispose( &oldctx );
|
||||
ldap_pvt_sasl_remove( ld->ld_defconn->lconn_sb );
|
||||
}
|
||||
ldap_pvt_sasl_install( ld->ld_conns->lconn_sb, ctx );
|
||||
ldap_pvt_sasl_install( ld->ld_defconn->lconn_sb, ctx );
|
||||
ld->ld_defconn->lconn_sasl_sockctx = ctx;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue