Author: abartlet Date: 2007-12-17 05:19:48 +0000 (Mon, 17 Dec 2007) New Revision: 26485
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26485 Log: Fix indent, remove left-over debug. Andrew Bartlett Modified: branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/anr.c Changeset: Modified: branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/anr.c =================================================================== --- branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/anr.c 2007-12-17 04:56:54 UTC (rev 26484) +++ branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/anr.c 2007-12-17 05:19:48 UTC (rev 26485) @@ -229,7 +229,7 @@ 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 @@ * 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 */
