Skip to content
Snippets Groups Projects
Commit 53e6235d authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Fixed typo in SIGCHLD handler name

parent 817aac6a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment