From e5d0dee6684c1a37b3c07f1f2690e384e1dfcc55 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 8 Mar 2026 13:11:22 +0000 Subject: util/nvmutil: unified cmd_index reset use the macro, introduced in the previous commit Signed-off-by: Leah Rowe --- util/nvmutil/nvmutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 9aa19977..93cbc459 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -372,7 +372,7 @@ set_cmd(int argc, char *argv[]) command[cmd_index].str); } - cmd_index = items(command); + cmd_index = CMD_NULL; } static void -- cgit v1.2.1