Diff for /loncom/lond between versions 1.365 and 1.366

version 1.365, 2007/03/28 22:14:33 version 1.366, 2007/03/28 22:27:51
Line 5562  sub make_new_child { Line 5562  sub make_new_child {
     # no need to try to do recon's to myself      # no need to try to do recon's to myself
     next;      next;
  }   }
  &reconlonc("$perlvar{'lonSockDir'}/".$hostname{$id});   &Apache::lonnet::reconlonc();
     }      }
     &logthis("<font color='green'>Established connection: $clientname</font>");      &logthis("<font color='green'>Established connection: $clientname</font>");
     &status('Will listen to '.$clientname);      &status('Will listen to '.$clientname);

Removed from v.1.365  
changed lines
  Added in v.1.366


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