ldb: mark the location of a lot more ldb requests
[ira/wip.git] / source4 / dsdb / samdb / ldb_modules / ranged_results.c
index a3a1aae9847bbc6276edfa779bd9a9adeb2bc6ca..3f1e09fbb69d465e597ce0408ec5906ad534566b 100644 (file)
@@ -234,6 +234,7 @@ static int rr_search(struct ldb_module *module, struct ldb_request *req)
                                              req->controls,
                                              ac, rr_search_callback,
                                              req);
+               LDB_REQ_SET_LOCATION(down_req);
                if (ret != LDB_SUCCESS) {
                        return ret;
                }