mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Be consistent with SLAPD_ALIAS_DEREF macro.
This commit is contained in:
parent
02c62a2040
commit
46df8d795a
1 changed files with 2 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ ldbm_back_search(
|
|||
* the subordinates of the base
|
||||
*/
|
||||
|
||||
#ifdef SLAPD_DEREF
|
||||
#ifdef SLAPD_ALIAS_DEREF
|
||||
switch ( deref ) {
|
||||
case LDAP_DEREF_FINDING:
|
||||
case LDAP_DEREF_ALWAYS:
|
||||
|
|
@ -248,7 +248,7 @@ ldbm_back_search(
|
|||
return( 0 );
|
||||
}
|
||||
|
||||
#ifdef SLAPD_DEREF
|
||||
#ifdef SLAPD_ALIAS_DEREF
|
||||
/*
|
||||
* check and apply aliasing where the dereferencing applies to
|
||||
* the subordinates of the base
|
||||
|
|
|
|||
Loading…
Reference in a new issue