s4-dsdb: added tagging of requests in dsdb modules
[ira/wip.git] / source4 / dsdb / samdb / ldb_modules / extended_dn_out.c
index fc0401369c0b40842f008eb6a5882b210a81b0a2..2daae253ef1b915abb6f61ffa7311c3261991fb0 100644 (file)
@@ -643,6 +643,7 @@ static int extended_dn_out_search(struct ldb_module *module, struct ldb_request
                                      req->controls,
                                      ac, callback,
                                      req);
+       LDB_REQ_SET_LOCATION(down_req);
        if (ret != LDB_SUCCESS) {
                return ret;
        }