1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-28 02:48:09 +08:00

default init

This commit is contained in:
Nim Wijetunga 2022-07-27 19:53:49 -07:00
parent dd8bf5076f
commit ed0b1ed030

@ -117,7 +117,7 @@ struct ClientDBInfo {
Optional<Value> forward;
std::vector<VersionHistory> history;
UID clusterId;
bool isEncryptionEnabled;
bool isEncryptionEnabled = false;
TenantMode tenantMode;