aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-10-25 09:33:11 +0000
committerThomas Adam <thomas@xteddy.org>2015-10-25 09:33:11 +0000
commit4681415a15788d070647ebe405e69d6da3e50cca (patch)
tree1de4426ea02d12a6569a25468897cf8bbc19a8ec
parent91f53d590bba4282754a36632e04ddc97170f7ae (diff)
parent7930cb54c0cd6105899ba51be767697e1210aec2 (diff)
downloadrtmux-4681415a15788d070647ebe405e69d6da3e50cca.tar.gz
rtmux-4681415a15788d070647ebe405e69d6da3e50cca.tar.bz2
rtmux-4681415a15788d070647ebe405e69d6da3e50cca.zip
Merge branch 'master' of github.com:tmux/tmux
-rw-r--r--server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server.c b/server.c
index 7dcad380..d3be5cc1 100644
--- a/server.c
+++ b/server.c
@@ -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.