ldb: mark the location of a lot more ldb requests
[samba.git] / source4 / dsdb / samdb / ldb_modules / operational.c
index ee987d078ed0cb1ba0d5c91ad450c1e42c74ca9f..72feacfc1af98b4d74a3d8de0b01abfbf1146672 100644 (file)
@@ -820,6 +820,7 @@ static int operational_search(struct ldb_module *module, struct ldb_request *req
                                        req->controls,
                                        ac, operational_callback,
                                        req);
+       LDB_REQ_SET_LOCATION(down_req);
        if (ret != LDB_SUCCESS) {
                return ldb_operr(ldb);
        }