diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-12-27 07:45:22 -0600 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-27 01:51:04 -0600 |
commit | f5bc88d40be1b01c319c4db30ada8de1ffd9f3f1 (patch) | |
tree | a3d8c944820412c0d05373c27c6e6644b564ed63 /source4/dsdb/samdb | |
parent | d80873665c1a75ccb80e22353ef55f0299506e58 (diff) | |
download | samba-f5bc88d40be1b01c319c4db30ada8de1ffd9f3f1.tar.gz samba-f5bc88d40be1b01c319c4db30ada8de1ffd9f3f1.tar.bz2 samba-f5bc88d40be1b01c319c4db30ada8de1ffd9f3f1.zip |
r26612: Tests show that we don't need to use a callback.
Andrew Bartlett
(This used to be commit 66cb9601e75935c35fb432655e840a0d9022cbe1)
Diffstat (limited to 'source4/dsdb/samdb')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/anr.c | 3 |
1 files changed, 0 insertions, 3 deletions
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); } |