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 16, 2022
1 parent 80ebe02 commit 662e768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/kvs/kvs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2715,10 +2715,10 @@ static int checkpoint_get (flux_t *h, const char *key,
char *buf, size_t len,
double *timestamp)
{
flux_future_t *f;
flux_future_t *f = NULL;
const char *value = NULL;
json_t *o = NULL;
const char *rootref;
const char *rootref = NULL;
int rv = -1;

if (!(f = flux_rpc_pack (h,
Expand Down

0 comments on commit 662e768

Please sign in to comment.