artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
babb7a1
)
This should not be changed.
author
nicm
<nicm@openbsd.org>
Thu, 22 Oct 2015 10:48:30 +0000
(10:48 +0000)
committer
nicm
<nicm@openbsd.org>
Thu, 22 Oct 2015 10:48:30 +0000
(10:48 +0000)
usr.bin/tmux/server.c
patch
|
blob
|
history
diff --git
a/usr.bin/tmux/server.c
b/usr.bin/tmux/server.c
index
e30bfb7
..
b8c892c
100644
(file)
--- a/
usr.bin/tmux/server.c
+++ b/
usr.bin/tmux/server.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: server.c,v 1.14
1 2015/10/22 10:46:24
nicm Exp $ */
+/* $OpenBSD: server.c,v 1.14
2 2015/10/22 10:48:30
nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@
-281,7
+281,7
@@
server_send_exit(void)
if (c->flags & (CLIENT_BAD|CLIENT_SUSPENDED))
server_client_lost(c);
else
- server_write_client(c, MSG_
EXIT
, NULL, 0);
+ server_write_client(c, MSG_
SHUTDOWN
, NULL, 0);
c->session = NULL;
}