iniitalize field

This commit is contained in:
Robin Müller 2023-07-24 11:58:06 +02:00
parent 66704dc571
commit 52fc0958f7
Signed by: muellerr
GPG Key ID: 407F9B00F858F270
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class PutRequest : public SerializeIF {
[[nodiscard]] bool isMetadataOnly() const;
private:
uint8_t destIdWidth;
uint8_t destIdWidth = 0;
uint8_t metadataOnly = true;
// Transaction parameters. Omitted if the put request is metadata only.
const char* destName = nullptr;