From 53e6235d7a4c9528a3f2c9b6d0b0b30649f4b062 Mon Sep 17 00:00:00 2001
From: Nigel Kukard <nkukard@lbsd.net>
Date: Mon, 21 Oct 2013 15:40:59 +0000
Subject: [PATCH] Fixed typo in SIGCHLD handler name

---
 opentrafficshaper/plugins/tcstats/tcstats.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opentrafficshaper/plugins/tcstats/tcstats.pm b/opentrafficshaper/plugins/tcstats/tcstats.pm
index f2f7688..c98c2e3 100644
--- a/opentrafficshaper/plugins/tcstats/tcstats.pm
+++ b/opentrafficshaper/plugins/tcstats/tcstats.pm
@@ -180,7 +180,7 @@ sub session_tick
 		) or $logger->log(LOG_ERR,"[TCSTATS] TC: Unable to start task");
 
 		# Intercept SIGCHLD
-		$kernel->sig_child($task->ID, "sig_child");
+		$kernel->sig_child($task->ID, "handle_SIGCHLD");
 
 		# Wheel events include the wheel's ID.
 		$heap->{task_by_wid}->{$task->ID} = $task;
-- 
GitLab