From: Kurt Zeilenga Date: Wed, 20 Jan 1999 02:19:12 +0000 (+0000) Subject: Be consistent with SLAPD_ALIAS_DEREF macro. X-Git-Tag: OPENLDAP_REL_ENG_1_1_3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46df8d795aa2bbd0f6be857e259d6ff95ae5f99b;p=thirdparty%2Fopenldap.git Be consistent with SLAPD_ALIAS_DEREF macro. --- 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