Skip to content

Commit f223457

Browse files
BorysTheDevromange
authored andcommitted
fix: add default value has_mc_flag field (#3710)
1 parent e260ebf commit f223457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/rdb_load.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1905,7 +1905,7 @@ struct RdbLoader::ObjSettings {
19051905
bool has_expired = false;
19061906

19071907
bool is_sticky = false;
1908-
bool has_mc_flags;
1908+
bool has_mc_flags = false;
19091909

19101910
void Reset() {
19111911
expiretime = 0;

0 commit comments

Comments
 (0)