mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 14:10:39 -05:00
fix previous commit
This commit is contained in:
parent
98a8b74d53
commit
5c916588b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue