diff options
-rw-r--r-- | server.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -193,6 +193,7 @@ error: c = ARRAY_FIRST(&clients); server_write_error(c, cause); + server_write_client(c, MSG_EXIT, NULL, 0); xfree(cause); server_shutdown = 1; |
![]() |
index : rtmux.git | |
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | server.c | 1 |
@@ -193,6 +193,7 @@ error: c = ARRAY_FIRST(&clients); server_write_error(c, cause); + server_write_client(c, MSG_EXIT, NULL, 0); xfree(cause); server_shutdown = 1; |