1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r26612: Tests show that we don't need to use a callback.

Andrew Bartlett
(This used to be commit 66cb9601e75935c35fb432655e840a0d9022cbe1)
This commit is contained in:
Andrew Bartlett 2007-12-27 07:45:22 -06:00 committed by Stefan Metzmacher
parent d80873665c
commit f5bc88d40b

View File

@ -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); 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); return ldb_next_request(module, req);
} }