summaryrefslogtreecommitdiffstats
path: root/src/format.c
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-09 15:25:33 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-09 15:25:33 -0400
commitb4b2e0677cd9cd407379dc387308453e5d50af9d (patch)
treeb6a78b0ca155c4673824fb84149f9dbefad0929b /src/format.c
parentcdb21e3c9aac778e7990681f29f05cfb3e1241cc (diff)
downloadslapi-nis-b4b2e0677cd9cd407379dc387308453e5d50af9d.tar.gz
slapi-nis-b4b2e0677cd9cd407379dc387308453e5d50af9d.tar.xz
slapi-nis-b4b2e0677cd9cd407379dc387308453e5d50af9d.zip
- LDAP_SCOPE_ONE->LDAP_SCOPE_ONELEVEL
- LDAP_SCOPE_SUB->LDAP_SCOPE_SUBTREE
Diffstat (limited to 'src/format.c')
-rw-r--r--src/format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format.c b/src/format.c
index f249b0b..3df4ab9 100644
--- a/src/format.c
+++ b/src/format.c
@@ -809,7 +809,7 @@ format_referred(struct plugin_state *state, Slapi_PBlock *pb, Slapi_Entry *e,
for (i = 0; (set_bases != NULL) && (set_bases[i] != NULL); i++) {
/* Set up the search. */
slapi_search_internal_set_pb(local_pb,
- set_bases[i], LDAP_SCOPE_SUB,
+ set_bases[i], LDAP_SCOPE_SUBTREE,
filter, attrs, FALSE,
NULL, NULL,
state->plugin_identity, 0);