]> git.sur5r.net Git - openldap/commitdiff
libldap/cyrus.c's ldap_pvt_sasl_install fix
authorKurt Zeilenga <kurt@openldap.org>
Thu, 15 Mar 2001 03:14:34 +0000 (03:14 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 15 Mar 2001 03:14:34 +0000 (03:14 +0000)
from Mei-Hui Su <mei@ISI.EDU>

libraries/libldap/cyrus.c

index 856c2896e4cf1955a6ce7138805733ddd4394617..3fc3c7e14499fbf9714611a599ef679fba705f35 100644 (file)
@@ -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 );
                }
        }