]> git.sur5r.net Git - openldap/commitdiff
Be consistent with SLAPD_ALIAS_DEREF macro.
authorKurt Zeilenga <kurt@openldap.org>
Wed, 20 Jan 1999 02:19:12 +0000 (02:19 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 20 Jan 1999 02:19:12 +0000 (02:19 +0000)
servers/slapd/back-ldbm/search.c

index abf63a967aec90a35a025780766e075de03067e3..e802ec47d1d523f96f4243919c12a48f657e8c5b 100644 (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