]> git.sur5r.net Git - openldap/commitdiff
fix previous commit
authorPierangelo Masarati <ando@openldap.org>
Tue, 18 Aug 2009 19:09:12 +0000 (19:09 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 18 Aug 2009 19:09:12 +0000 (19:09 +0000)
libraries/libldap/cyrus.c

index c2a4b262896d6356414e78d79deb87486bdf6be5..5591682746a276dee2b6228d3e3bc50f14a7d90a 100644 (file)
@@ -1022,7 +1022,7 @@ ldap_int_sasl_get_option( LDAP *ld, int option, void *arg )
                                return -1;
                        }
 
-                       ctx = ld->ld_defconn->lconn_sasl_sockctx;
+                       ctx = ld->ld_defconn->lconn_sasl_authctx;
 
                        if ( ctx == NULL ) {
                                return -1;