Skip to content

Commit

Permalink
fix: add default value has_mc_flag field (#3710)
Browse files Browse the repository at this point in the history
  • Loading branch information
BorysTheDev authored and romange committed Sep 16, 2024
1 parent e260ebf commit f223457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/rdb_load.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f223457

Please sign in to comment.