From 0fa45b6d05f5533078a018afd6f7bb07b7875723 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 17 Mar 2011 15:43:37 -0700 Subject: Changes that should have been caught earlier --- src/tool/eathena-monitor.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tool') diff --git a/src/tool/eathena-monitor.c b/src/tool/eathena-monitor.c index 8713dff..04a48cf 100644 --- a/src/tool/eathena-monitor.c +++ b/src/tool/eathena-monitor.c @@ -155,7 +155,6 @@ pid_t start_process(const char *exec) { } // Kill all children with the same signal we got, then ourself. -// Note that none of the servers do any signal handling themselves. void stop_process(int sig) { if (pid_map) kill(pid_map, sig); if (pid_login) kill(pid_login, sig); -- cgit v1.2.3-70-g09d2