Skip to content

Commit 958609b

Browse files
committed
no-json: update function arguments
When the nvme_dump_config function arguments got updated, the no-json version was forgotten. Fixes: 74b30d2 ("json: update nvme_dump_config to a file descriptor") Signed-off-by: Daniel Wagner <[email protected]>
1 parent da007d5 commit 958609b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libnvme/src/nvme/no-json.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ int json_read_config(struct nvme_global_ctx *ctx, const char *config_file)
1515
return -ENOTSUP;
1616
}
1717

18-
int json_update_config(struct nvme_global_ctx *ctx, const char *config_file)
18+
int json_update_config(struct nvme_global_ctx *ctx, int fd)
1919
{
2020
return -ENOTSUP;
2121
}

0 commit comments

Comments
 (0)