Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Dubner
OpenLDAP
Commits
46df8d79
Commit
46df8d79
authored
Jan 20, 1999
by
Kurt Zeilenga
Browse files
Be consistent with SLAPD_ALIAS_DEREF macro.
parent
02c62a20
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldbm/search.c
View file @
46df8d79
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment