mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
fix previous commit
This commit is contained in:
parent
98a8b74d53
commit
5c916588b8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user