Return to lond CVS log | Up to [LON-CAPA] / loncom |
version 1.446, 2010/07/17 19:14:35 | version 1.446.2.1, 2010/11/13 02:21:06 |
---|---|
Line 6310 sub make_new_child { | Line 6310 sub make_new_child { |
or die "Can't unblock SIGINT for fork: $!\n"; | or die "Can't unblock SIGINT for fork: $!\n"; |
$children{$pid} = $clientip; | $children{$pid} = $clientip; |
&status('Started child '.$pid); | &status('Started child '.$pid); |
close($client); | |
return; | return; |
} else { | } else { |
# Child can *not* return from this subroutine. | # Child can *not* return from this subroutine. |