Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.1172.2.92 and 1.1172.2.93

version 1.1172.2.92, 2017/03/26 23:53:30 version 1.1172.2.93, 2017/05/13 13:58:49
Line 8085  sub fetch_enrollment_query { Line 8085  sub fetch_enrollment_query {
         &logthis('fetch_enrollment_query: invalid queryid: '.$queryid.' for host: '.$host.' and homeserver: '.$homeserver.' context: '.$context.' '.$cnum);           &logthis('fetch_enrollment_query: invalid queryid: '.$queryid.' for host: '.$host.' and homeserver: '.$homeserver.' context: '.$context.' '.$cnum); 
         return 'error: '.$queryid;          return 'error: '.$queryid;
     }      }
     my $reply = &get_query_reply($queryid,$sleep.$loopmax);      my $reply = &get_query_reply($queryid,$sleep,$loopmax);
     my $tries = 1;      my $tries = 1;
     while (($reply=~/^timeout/) && ($tries < $maxtries)) {      while (($reply=~/^timeout/) && ($tries < $maxtries)) {
         $reply = &get_query_reply($queryid,$sleep,$loopmax);          $reply = &get_query_reply($queryid,$sleep,$loopmax);

Removed from v.1.1172.2.92  
changed lines
  Added in v.1.1172.2.93


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