From 5eb0d81e5af07463a1f62e96c2cc76dc332657f0 Mon Sep 17 00:00:00 2001 From: Nigel Kukard <nkukard@lbsd.net> Date: Wed, 23 Oct 2013 05:51:41 +0000 Subject: [PATCH] Fixed typo in function 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 c98c2e3..f701a24 100644 --- a/opentrafficshaper/plugins/tcstats/tcstats.pm +++ b/opentrafficshaper/plugins/tcstats/tcstats.pm @@ -308,7 +308,7 @@ sub task_child_close # Reap the dead child -sub task_sigchld +sub task_handle_sigchld { my ($kernel,$heap,$pid,$status) = @_[KERNEL,HEAP,ARG1,ARG2]; my $task = $heap->{task_by_pid}->{$pid}; -- GitLab