Merge branch 'master' of github.com:tmux/tmux

This commit is contained in:
Thomas Adam 2015-10-25 09:33:11 +00:00
commit 4681415a15

View File

@ -182,6 +182,7 @@ server_start(struct event_base *base, int lockfd, char *lockfile)
"ps", NULL) != 0)
fatal("pledge failed");
#endif
/*
* Must daemonise before loading configuration as the PID changes so
* $TMUX would be wrong for sessions created in the config file.