Be consistent with -DSLAPD_ALIAS_DEREF

This commit is contained in:
Kurt Zeilenga 1999-01-20 02:21:31 +00:00
parent 252bc06705
commit bbdb19bbdb

View file

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