mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Fix alias dn_in v. dn bug
This commit is contained in:
parent
45f4839578
commit
1ae21d00f1
@ -43,7 +43,8 @@ Entry *deref_internal_r(
|
||||
unsigned depth;
|
||||
char **dnlist;
|
||||
|
||||
assert( ( alias != NULL && dn == NULL ) || ( alias == NULL && dn != NULL ) );
|
||||
assert( ( alias != NULL && dn_in == NULL )
|
||||
|| ( alias == NULL && dn_in != NULL ) );
|
||||
|
||||
*matched = NULL;
|
||||
*err = LDAP_SUCCESS;
|
||||
|
Loading…
Reference in New Issue
Block a user