fix: add default value has_mc_flag field (#3710)

This commit is contained in:
Borys 2024-09-16 10:03:08 +03:00 committed by Roman Gershman
parent e260ebf561
commit f223457cf6
No known key found for this signature in database
GPG key ID: 6568CCAB9736B618

View file

@ -1905,7 +1905,7 @@ struct RdbLoader::ObjSettings {
bool has_expired = false;
bool is_sticky = false;
bool has_mc_flags;
bool has_mc_flags = false;
void Reset() {
expiretime = 0;