Properly terminate 'ping' subcommand list

The 'ping' subcommand list was missing the terminating value of
`{EMPTY_OPTION}`.
This commit is contained in:
Markus Mäkelä
2017-06-29 21:52:47 +03:00
parent 308a7d63d4
commit 9a42709da4

View File

@ -948,7 +948,8 @@ struct subcommand pingoptions[] =
"Ping Workers",
"Ping Workers",
{ARG_TYPE_NONE}
}
},
{EMPTY_OPTION}
};
/**