Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Mar 25, 2024
1 parent 0e5da51 commit 1a1a30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ flock_return_t flock_group_update(
hg_handle_t h;
update_out_t out;
hg_return_t hret;
flock_return_t ret;
flock_return_t ret = FLOCK_SUCCESS;

hret = margo_create(handle->client->mid, handle->addr, handle->client->update_id, &h);
if(hret != HG_SUCCESS)
Expand Down

0 comments on commit 1a1a30c

Please sign in to comment.