Skip to content

Commit

Permalink
Fix extra argument in cmd_read.
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviojs committed Mar 29, 2024
1 parent 957abc3 commit b75155d
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 b75155d

Please sign in to comment.