Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam
2021-09-10 02:01:12 +01:00
2 changed files with 5 additions and 1 deletions

2
cmd.c
View File

@ -501,7 +501,7 @@ cmd_parse(struct args_value *values, u_int count, const char *file, u_int line,
const struct cmd_entry *entry;
struct cmd *cmd;
struct args *args;
char *error;
char *error = NULL;
if (count == 0 || values[0].type != ARGS_STRING) {
xasprintf(cause, "no command");