summaryrefslogtreecommitdiff
path: root/src/tool/eathena-monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool/eathena-monitor.c')
-rw-r--r--src/tool/eathena-monitor.c1
1 files changed, 0 insertions, 1 deletions
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);