Properly terminate 'ping' subcommand list
The 'ping' subcommand list was missing the terminating value of `{EMPTY_OPTION}`.
This commit is contained in:
@ -948,7 +948,8 @@ struct subcommand pingoptions[] =
|
|||||||
"Ping Workers",
|
"Ping Workers",
|
||||||
"Ping Workers",
|
"Ping Workers",
|
||||||
{ARG_TYPE_NONE}
|
{ARG_TYPE_NONE}
|
||||||
}
|
},
|
||||||
|
{EMPTY_OPTION}
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user