Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.1494 and 1.1495

version 1.1494, 2022/10/07 14:31:28 version 1.1495, 2022/10/18 19:07:04
Line 15557  sub parse_getdns_url { Line 15557  sub parse_getdns_url {
  # get yesterday's info for fallback   # get yesterday's info for fallback
  my %old_name_to_ip;   my %old_name_to_ip;
  my ($ip_info,$cached)=   my ($ip_info,$cached)=
     &s_cached_new('iphost','iphost');      &is_cached_new('iphost','iphost');
  if ($cached) {   if ($cached) {
     %old_name_to_ip = %{$ip_info->[1]};      %old_name_to_ip = %{$ip_info->[1]};
  }   }

Removed from v.1.1494  
changed lines
  Added in v.1.1495


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