jmuehlner commented on code in PR #455:
URL: https://github.com/apache/guacamole-server/pull/455#discussion_r1308067923
##########
src/guacd/proc.c:
##########
@@ -333,6 +354,10 @@ static void guacd_exec_proc(guacd_proc* proc, const char*
protocol) {
/* Enable keep alive on the broadcast socket */
guac_socket_require_keep_alive(client->socket);
+ guacd_proc_self = proc;
+ signal(SIGINT, signal_stop_handler);
+ signal(SIGTERM, signal_stop_handler);
Review Comment:
Done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]