Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-03-30 18:01:28 +01:00
2 changed files with 14 additions and 14 deletions

View File

@ -251,7 +251,7 @@ client_main(struct event_base *base, int argc, char **argv, int flags)
/* Set up the initial command. */
if (shell_command != NULL) {
msg = MSG_SHELL;
flags = CLIENT_STARTSERVER;
flags |= CLIENT_STARTSERVER;
} else if (argc == 0) {
msg = MSG_COMMAND;
flags |= CLIENT_STARTSERVER;