Skip to content

Commit

Permalink
Merge pull request #204 from flaviojs/fix-extra-argument-cmd_read
Browse files Browse the repository at this point in the history
Fix extra argument in cmd_read.
  • Loading branch information
grossmj authored Mar 29, 2024
2 parents 957abc3 + b75155d commit 7f62e22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/hv_store.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ static int cmd_read(hypervisor_conn_t *conn,int argc,char *argv[])
registry_unref(so->name,OBJ_TYPE_STORE);

hypervisor_send_reply(conn,HSC_ERR_CREATE,1,
"unable to encode data in base64",
argv[0]);
"unable to encode data in base64");
return(-1);
}

Expand Down

0 comments on commit 7f62e22

Please sign in to comment.