mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
fix: add default value has_mc_flag field (#3710)
This commit is contained in:
parent
e260ebf561
commit
f223457cf6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue