r26485: Fix indent, remove left-over debug.
authorAndrew Bartlett <abartlet@samba.org>
Mon, 17 Dec 2007 04:19:48 +0000 (05:19 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:50:42 +0000 (05:50 +0100)
Andrew Bartlett
(This used to be commit 2277f2d88716e0911d5f35bd4c979b2fc2f9473b)

source4/dsdb/samdb/ldb_modules/anr.c

index 44b47aafdd98c722e2aee933e395516616b9d04c..901215e9720db6d8166a245d6daedd6193ecfc40 100644 (file)
@@ -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 */