mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix alias deref success v. NoSuchObject bug
This commit is contained in:
parent
b10a60c34a
commit
08b52f80bb
@ -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