mirror of
https://github.com/tmux/tmux.git
synced 2025-03-13 21:58:48 +00:00
Merge branch 'obsd-master' into master
This commit is contained in:
commit
d26a4ea463
4
server.c
4
server.c
@ -230,9 +230,9 @@ server_start(struct tmuxproc *client, int flags, struct event_base *base,
|
|||||||
|
|
||||||
if (cause != NULL) {
|
if (cause != NULL) {
|
||||||
if (c != NULL) {
|
if (c != NULL) {
|
||||||
cmdq_append(c, cmdq_get_error(cause));
|
c->exit_message = cause;
|
||||||
c->flags |= CLIENT_EXIT;
|
c->flags |= CLIENT_EXIT;
|
||||||
}
|
} else
|
||||||
free(cause);
|
free(cause);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user