aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2026-01-15 11:21:29 +0100
committerGitHub Enterprise <[email protected]>2026-01-15 11:21:29 +0100
commit424b72675a993dd60753eb2bb5615959d9768f2c (patch)
tree77012d62bcd5dea50e3d776f7b6fdbdc84c39a9c /src
parent5.7.16-pre3 (diff)
downloadzen-424b72675a993dd60753eb2bb5615959d9768f2c.tar.xz
zen-424b72675a993dd60753eb2bb5615959d9768f2c.zip
fix init of buildpart id in zen oplog-download (#711)
Diffstat (limited to 'src')
-rw-r--r--src/zenremotestore/include/zenremotestore/projectstore/projectstoreoperations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenremotestore/include/zenremotestore/projectstore/projectstoreoperations.h b/src/zenremotestore/include/zenremotestore/projectstore/projectstoreoperations.h
index 044436509..a07ede6f6 100644
--- a/src/zenremotestore/include/zenremotestore/projectstore/projectstoreoperations.h
+++ b/src/zenremotestore/include/zenremotestore/projectstore/projectstoreoperations.h
@@ -56,7 +56,7 @@ private:
const Oid m_BuildId;
const Options m_Options;
- Oid m_BuildPartId;
+ Oid m_BuildPartId = Oid::Zero;
CbObject m_BuildObject;
CbObject m_BuildPartsObject;
CbObject m_OpsSectionObject;