Diff for /loncom/lond between versions 1.461 and 1.462

version 1.461, 2010/10/26 09:46:23 version 1.462, 2010/11/02 10:20:35
Line 6384  sub make_new_child { Line 6384  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.

Removed from v.1.461  
changed lines
  Added in v.1.462


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>