s4-dsdb: added tagging of requests in dsdb modules
[metze/samba/wip.git] / source4 / dsdb / samdb / ldb_modules / descriptor.c
index f32383ed72b62a827ac0cc915caac1691483ebbc..03e445e73ce2d238a720be026800c7953532c59a 100644 (file)
@@ -857,6 +857,7 @@ static int descriptor_search(struct ldb_module *module, struct ldb_request *req)
                                      req->controls,
                                      ac, descriptor_search_callback,
                                      ac->req);
+       LDB_REQ_SET_LOCATION(down_req);
        if (ret != LDB_SUCCESS) {
                return ret;
        }