Import alias deref finding bug fix from devel

This commit is contained in:
Kurt Zeilenga 2000-08-28 18:05:12 +00:00
parent e760b817ac
commit 2a6c63d10c

View File

@ -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 ) {