Add missing list terminator in debugcmd.c
The pingoptions list of commands was not terminated by an EMPTY_OPTION value.
This commit is contained in:
parent
6bdd959f6c
commit
d723201d22
@ -904,7 +904,7 @@ struct subcommand pingoptions[] =
|
||||
"Ping Workers",
|
||||
{ARG_TYPE_NONE}
|
||||
},
|
||||
{EMPTY_OPTION}
|
||||
{ EMPTY_OPTION }
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user