r26612: Tests show that we don't need to use a callback.
[samba.git] / 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);
 }