Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.1424 and 1.1425

version 1.1424, 2020/09/28 00:10:29 version 1.1425, 2020/09/28 13:08:57
Line 13408  sub symbread { Line 13408  sub symbread {
                              my @blockers = &has_comm_blocking('bre',$syval,$bighash{'src_'.$ids});                               my @blockers = &has_comm_blocking('bre',$syval,$bighash{'src_'.$ids});
                              if (@blockers) {                               if (@blockers) {
                                  $syval = '';                                   $syval = '';
                                  return;                                   untie(%bighash);
                                    return '' if ($nocache);
                                    return $env{$cache_str}='';
                              }                               }
                          }                           }
                      }                       }

Removed from v.1.1424  
changed lines
  Added in v.1.1425


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