From: Andrew Bartlett Date: Mon, 17 Dec 2007 04:19:48 +0000 (+0100) Subject: r26485: Fix indent, remove left-over debug. X-Git-Tag: samba-4.0.0alpha6~801^3~952 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=9fcafcae06a2bf98fc5400c9bdb7cbb7c8f89dc3;p=samba.git r26485: Fix indent, remove left-over debug. Andrew Bartlett (This used to be commit 2277f2d88716e0911d5f35bd4c979b2fc2f9473b) --- diff --git a/source4/dsdb/samdb/ldb_modules/anr.c b/source4/dsdb/samdb/ldb_modules/anr.c index 44b47aafdd9..901215e9720 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;iu.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 */