s4-dsdb: added tagging of requests in dsdb modules
[metze/samba/wip.git] / source4 / dsdb / samdb / ldb_modules / acl.c
index 826884f8118420ebd5272a3da04620114e22d917..497e1add5c82d9b8c989ca3f0d6386f6b0dbc505 100644 (file)
@@ -1344,6 +1344,7 @@ static int acl_search(struct ldb_module *module, struct ldb_request *req)
                                      req->controls,
                                      ac, acl_search_callback,
                                      req);
+       LDB_REQ_SET_LOCATION(down_req);
        if (ret != LDB_SUCCESS) {
                return ret;
        }