]> git.sur5r.net Git - openldap/commitdiff
Fix sasl sb bug
authorKurt Zeilenga <kurt@openldap.org>
Thu, 15 Mar 2001 04:19:50 +0000 (04:19 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 15 Mar 2001 04:19:50 +0000 (04:19 +0000)
libraries/libldap/cyrus.c

index 5c397d153e5964aa644ab4a77cc350174714c12d..6af6d8940cf260683b364daaa9644aa2800f4e74 100644 (file)
@@ -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 );
                }
        }