1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00

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 GitHub
parent 267bd431e4
commit e2a852b7e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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