fix previous commit

This commit is contained in:
Pierangelo Masarati 2009-08-18 19:09:12 +00:00
parent 98a8b74d53
commit 5c916588b8

View 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;