From 46df8d795aa2bbd0f6be857e259d6ff95ae5f99b Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 20 Jan 1999 02:19:12 +0000 Subject: [PATCH] Be consistent with SLAPD_ALIAS_DEREF macro. --- servers/slapd/back-ldbm/search.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/slapd/back-ldbm/search.c b/servers/slapd/back-ldbm/search.c index abf63a967a..e802ec47d1 100644 --- a/servers/slapd/back-ldbm/search.c +++ b/servers/slapd/back-ldbm/search.c @@ -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 -- 2.39.5