From: Kurt Zeilenga Date: Wed, 20 Jan 1999 02:21:31 +0000 (+0000) Subject: Be consistent with -DSLAPD_ALIAS_DEREF X-Git-Tag: OPENLDAP_REL_ENG_1_2_BETA~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbdb19bbdbe7de4fb23f19d745e519981cf82ae8;p=thirdparty%2Fopenldap.git Be consistent with -DSLAPD_ALIAS_DEREF --- 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