Diff for /loncom/lond between versions 1.366 and 1.367

version 1.366, 2007/03/28 22:27:51 version 1.367, 2007/03/28 22:46:44
Line 5556  sub make_new_child { Line 5556  sub make_new_child {
  if ($clientok) {   if ($clientok) {
 # ---------------- New known client connecting, could mean machine online again  # ---------------- New known client connecting, could mean machine online again
           
     foreach my $id (keys(%hostip)) {      if ($hostip{$currenthostid} ne $clientip 
  if ($hostip{$id} ne $clientip ||   && $clientip ne '127.0.0.1') {
     $hostip{$currenthostid} eq $clientip) {  
     # no need to try to do recon's to myself  
     next;  
  }  
  &Apache::lonnet::reconlonc();   &Apache::lonnet::reconlonc();
     }      }
     &logthis("<font color='green'>Established connection: $clientname</font>");      &logthis("<font color='green'>Established connection: $clientname</font>");

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


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