aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-06-11 15:19:01 +0200
committerStefan Boberg <[email protected]>2025-06-11 15:19:01 +0200
commit744d49c5cdd5d6ecd53142c3de95b6dd4933cf35 (patch)
treeec887becc27fc1ea3611e9ccdae54d4f636aa9d1 /src
parentSkeleton of rpc recording analysis command (diff)
downloadzen-744d49c5cdd5d6ecd53142c3de95b6dd4933cf35.tar.xz
zen-744d49c5cdd5d6ecd53142c3de95b6dd4933cf35.zip
Fixed accidental path copy
Diffstat (limited to 'src')
-rw-r--r--src/zenutil/cache/rpcrecording.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenutil/cache/rpcrecording.cpp b/src/zenutil/cache/rpcrecording.cpp
index 2eb8b3258..0036be004 100644
--- a/src/zenutil/cache/rpcrecording.cpp
+++ b/src/zenutil/cache/rpcrecording.cpp
@@ -958,7 +958,7 @@ RecordedRequestsReader::BeginRead(const std::filesystem::path& BasePath, bool In
{
auto SegmentPaths = IterateSegments(BasePath);
- for (const std::filesystem::path ZcbPath : SegmentPaths)
+ for (const std::filesystem::path& ZcbPath : SegmentPaths)
{
FileContents Fc = ReadFile(ZcbPath);