From f5bc88d40be1b01c319c4db30ada8de1ffd9f3f1 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 27 Dec 2007 07:45:22 -0600 Subject: r26612: Tests show that we don't need to use a callback. Andrew Bartlett (This used to be commit 66cb9601e75935c35fb432655e840a0d9022cbe1) --- source4/dsdb/samdb/ldb_modules/anr.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/dsdb') diff --git a/source4/dsdb/samdb/ldb_modules/anr.c b/source4/dsdb/samdb/ldb_modules/anr.c index 901215e972..908d9b088c 100644 --- a/source4/dsdb/samdb/ldb_modules/anr.c +++ b/source4/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); } -- cgit