From 75227eef9ea1ac309c4095b9433283dabda92f6c Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 9 Jun 2005 07:45:48 +0000 Subject: [PATCH] Import ITS#3278 from HEAD --- CHANGES | 1 + libraries/libldap/cyrus.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index de3957d34e..92fc963e44 100644 --- a/CHANGES +++ b/CHANGES @@ -11,6 +11,7 @@ OpenLDAP 2.2.27 Engineering Fixed ACL dn=* clause Fixed ACL val default style parsing crasher (ITS#3700) Disabled slapd broken undocumented configuration directive + Fixed libldap sasl connection assert (ITS#3278) Build Environment Improved thread set stack size support (ITS#3691) diff --git a/libraries/libldap/cyrus.c b/libraries/libldap/cyrus.c index a324a681f0..c36fddd6c3 100644 --- a/libraries/libldap/cyrus.c +++ b/libraries/libldap/cyrus.c @@ -833,7 +833,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; } } -- 2.47.2