Diff for /loncom/auth/lonracc.pm between versions 1.9 and 1.10

version 1.9, 2003/05/27 18:07:22 version 1.10, 2003/05/27 18:31:31
Line 86  sub handler { Line 86  sub handler {
        }         }
        if ($return == FORBIDDEN) {         if ($return == FORBIDDEN) {
    $r->log_reason(join(':',@ids)." not subscribed", $r->filename);     $r->log_reason(join(':',@ids)." not subscribed", $r->filename);
      return FORBIDDEN;
        }         }
     }      }
     $r->log_reason("Invalid request for file transfer from $reqhost",       $r->log_reason("Invalid request for file transfer from $reqhost", 

Removed from v.1.9  
changed lines
  Added in v.1.10


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