From: Andrew Bartlett Date: Thu, 27 Dec 2007 13:45:22 +0000 (-0600) Subject: r26612: Tests show that we don't need to use a callback. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=66cb9601e75935c35fb432655e840a0d9022cbe1;p=metze%2Fold%2Fsamba4-sync%2Fsamba4-draft%2Fgit%2F.git r26612: Tests show that we don't need to use a callback. Andrew Bartlett --- diff --git a/source/dsdb/samdb/ldb_modules/anr.c b/source/dsdb/samdb/ldb_modules/anr.c index 901215e972..908d9b088c 100644 --- a/source/dsdb/samdb/ldb_modules/anr.c +++ b/source/dsdb/samdb/ldb_modules/anr.c @@ -292,9 +292,6 @@ static int anr_search(struct ldb_module *module, struct ldb_request *req) req->op.search.tree = talloc_steal(req, anr_tree); } - - /* TODO: Add a callback, and ensure we retry the search with surname and given name if we fail to match */ - return ldb_next_request(module, req); }