Skip to content

Commit

Permalink
fixup! status: add status serialization mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickstolee committed Oct 9, 2024
1 parent dd84253 commit c947d41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wt-status-deserialize.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ static int wt_deserialize_parse(const struct wt_status *cmd_s, struct wt_status
const char *arg;

memset(s, 0, sizeof(*s));
s->index_file = cmd_s->index_file;

if ((line = my_packet_read_line(fd, &line_len)) &&
(skip_prefix(line, "version ", &arg))) {
Expand Down

0 comments on commit c947d41

Please sign in to comment.