summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/anr.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-12-17 05:19:48 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:50:42 +0100
commit9fcafcae06a2bf98fc5400c9bdb7cbb7c8f89dc3 (patch)
tree06c1012f7b29b3980a644a2c7e214f67af7e51e1 /source4/dsdb/samdb/ldb_modules/anr.c
parentbe999912671de052af909bb88f13c956f12b30e1 (diff)
downloadsamba-9fcafcae06a2bf98fc5400c9bdb7cbb7c8f89dc3.tar.gz
samba-9fcafcae06a2bf98fc5400c9bdb7cbb7c8f89dc3.tar.bz2
samba-9fcafcae06a2bf98fc5400c9bdb7cbb7c8f89dc3.zip
r26485: Fix indent, remove left-over debug.
Andrew Bartlett (This used to be commit 2277f2d88716e0911d5f35bd4c979b2fc2f9473b)
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/anr.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/anr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/anr.c b/source4/dsdb/samdb/ldb_modules/anr.c
index 44b47aafdd..901215e972 100644
--- a/source4/dsdb/samdb/ldb_modules/anr.c
+++ b/source4/dsdb/samdb/ldb_modules/anr.c
@@ -229,7 +229,7 @@ struct ldb_parse_tree *anr_replace_subtrees(struct ldb_parse_tree *tree,
case LDB_OP_OR:
for (i=0;i<tree->u.list.num_elements;i++) {
tree->u.list.elements[i] = anr_replace_subtrees(tree->u.list.elements[i],
- attr, callback, context);
+ attr, callback, context);
if (!tree->u.list.elements[i]) {
return NULL;
}
@@ -291,7 +291,6 @@ static int anr_search(struct ldb_module *module, struct ldb_request *req)
* point just setting this on the down_req */
req->op.search.tree = talloc_steal(req, anr_tree);
- DEBUG(0, ("anr: %s\n", ldb_filter_from_tree(req, anr_tree)));
}
/* TODO: Add a callback, and ensure we retry the search with surname and given name if we fail to match */