Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.784 and 1.785

version 1.784, 2006/09/28 01:38:59 version 1.785, 2006/09/28 20:03:55
Line 7189  sub get_iphost { Line 7189  sub get_iphost {
        chomp($configline);         chomp($configline);
        if ($configline) {         if ($configline) {
    my ($host,$type) = split(':',$configline,2);     my ($host,$type) = split(':',$configline,2);
    if ($type eq '') { $type = 'default' };     if (!defined($type) || $type eq '') { $type = 'default' };
    push(@{ $spareid{$type} }, $host);     push(@{ $spareid{$type} }, $host);
        }         }
     }      }

Removed from v.1.784  
changed lines
  Added in v.1.785


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