summaryrefslogtreecommitdiff
path: root/src/tool
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-03-17 15:43:37 -0700
committerBen Longbons <b.r.longbons@gmail.com>2011-03-18 00:00:29 -0700
commit0fa45b6d05f5533078a018afd6f7bb07b7875723 (patch)
treef99de82c37e40cfe78022505d0fc9f22368942df /src/tool
parent2f2e6b497412abebb3b55be68f05e3751a46fc9b (diff)
downloadtmwa-0fa45b6d05f5533078a018afd6f7bb07b7875723.tar.gz
tmwa-0fa45b6d05f5533078a018afd6f7bb07b7875723.tar.bz2
tmwa-0fa45b6d05f5533078a018afd6f7bb07b7875723.tar.xz
tmwa-0fa45b6d05f5533078a018afd6f7bb07b7875723.zip
Changes that should have been caught earlier
Diffstat (limited to 'src/tool')
-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);