mirror of
https://github.com/tmux/tmux.git
synced 2025-03-13 21:58:48 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
d5fac75667
@ -2260,13 +2260,13 @@ server_client_dispatch_identify(struct client *c, struct imsg *imsg)
|
||||
}
|
||||
|
||||
/*
|
||||
* If this is the first client that has finished identifying, load
|
||||
* configuration files.
|
||||
* If this is the first client, load configuration files. Any later
|
||||
* clients are allowed to continue with their command even if the
|
||||
* config has not been loaded - they might have been run from inside it
|
||||
*/
|
||||
if ((~c->flags & CLIENT_EXIT) &&
|
||||
!cfg_finished &&
|
||||
c == TAILQ_FIRST(&clients) &&
|
||||
TAILQ_NEXT(c, entry) == NULL)
|
||||
c == TAILQ_FIRST(&clients))
|
||||
start_cfg();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user