r26612: Tests show that we don't need to use a callback.
authorAndrew Bartlett <abartlet@samba.org>
Thu, 27 Dec 2007 13:45:22 +0000 (07:45 -0600)
committerStefan Metzmacher <metze@samba.org>
Thu, 27 Dec 2007 07:51:04 +0000 (01:51 -0600)
Andrew Bartlett
(This used to be commit 66cb9601e75935c35fb432655e840a0d9022cbe1)

source4/dsdb/samdb/ldb_modules/anr.c

index 901215e9720db6d8166a245d6daedd6193ecfc40..908d9b088c8b3540b321dce6792e5737ce16f9e9 100644 (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);
 
        }
-
-       /* 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);
 }