diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-10-22 14:01:12 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-10-22 14:01:12 +0100 |
commit | 8c3981366574f5c6496985e0127ca817f3d70037 (patch) | |
tree | 98ebbee2088ac29bc7e1cf8d26699b02c1c2da42 /server.c | |
parent | 6bc3902f5d1188ea457907373011b7dd912e389c (diff) | |
parent | 3ebcf25149d75977ea97e9d4f786e0508d1a0d5e (diff) | |
download | rtmux-8c3981366574f5c6496985e0127ca817f3d70037.tar.gz rtmux-8c3981366574f5c6496985e0127ca817f3d70037.tar.bz2 rtmux-8c3981366574f5c6496985e0127ca817f3d70037.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'server.c')
-rw-r--r-- | server.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -282,7 +282,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; } |