Skip to content

Commit

Permalink
fixup! kvs: add date to kvs-primary checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
chu11 committed Feb 17, 2022
1 parent ff905ed commit d0ae5b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/modules/kvs/kvs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2848,10 +2848,8 @@ static int checkpoint_put (flux_t *h, const char *key, const char *rootref)
"value",
value)))
goto error;
if (flux_rpc_get (f, NULL) < 0) {
flux_future_destroy (f);
if (flux_rpc_get (f, NULL) < 0)
goto error;
}
rv = 0;
error:
flux_future_destroy (f);
Expand Down

0 comments on commit d0ae5b2

Please sign in to comment.