mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-11-27 02:22:00 +08:00
Import alias deref finding bug fix from devel
This commit is contained in:
parent
e760b817ac
commit
2a6c63d10c
@ -47,7 +47,7 @@ Entry *deref_internal_r(
|
||||
|| ( alias == NULL && dn_in != NULL ) );
|
||||
|
||||
*matched = NULL;
|
||||
*err = LDAP_SUCCESS;
|
||||
*err = LDAP_NO_SUCH_OBJECT;
|
||||
*text = NULL;
|
||||
|
||||
if( alias == NULL ) {
|
||||
|
Loading…
Reference in New Issue
Block a user