mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 13:53:21 -05:00
Fix alias deref success v. NoSuchObject bug
This commit is contained in:
parent
b10a60c34a
commit
08b52f80bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue