Skip to content

Commit

Permalink
11424 sbdadm: NULL pointer errors
Browse files Browse the repository at this point in the history
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Approved by: Dan McDonald <danmcd@joyent.com>
  • Loading branch information
tsoome committed Jul 30, 2019
1 parent b33ffbe commit 09ece02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/src/cmd/sbdadm/sbdadm.c
Expand Up @@ -89,7 +89,7 @@ subCommandProps_t subCommands[] = {
{ "modify-lu", modify_lu, "s", "s", NULL,
OPERAND_MANDATORY_SINGLE,
"Full path of the LU or GUID of a registered LU" },
{ NULL, 0, 0, NULL, 0, NULL}
{ NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL}
};

/*ARGSUSED*/
Expand Down

0 comments on commit 09ece02

Please sign in to comment.