mirror of
https://github.com/tmux/tmux.git
synced 2024-12-12 17:38:48 +00:00
Merge branch 'obsd-master' into master
This commit is contained in:
commit
ac16f2c641
6
server.c
6
server.c
@ -236,8 +236,10 @@ server_start(struct tmuxproc *client, int flags, struct event_base *base,
|
||||
if (c != NULL) {
|
||||
c->exit_message = cause;
|
||||
c->flags |= CLIENT_EXIT;
|
||||
} else
|
||||
free(cause);
|
||||
} else {
|
||||
fprintf(stderr, "%s\n", cause);
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
evtimer_set(&server_ev_tidy, server_tidy_event, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user