Diff for /loncom/auth/lonuploadedacc.pm between versions 1.16 and 1.17

version 1.16, 2017/02/08 06:35:31 version 1.17, 2017/02/08 18:01:32
Line 57  sub handler { Line 57  sub handler {
                    $r->user($cuname.':'.$cudom);                     $r->user($cuname.':'.$cudom);
                }                 }
            } else {             } else {
                $r->user('public:public');                 $r->user('public');
            }             }
        } else {         } else {
            $r->user('public:public');             $r->user('public');
        }         }
        return OK;         return OK;
    } elsif ($reply eq 'con_lost' || $reply eq 'no_such_host') {     } elsif ($reply eq 'con_lost' || $reply eq 'no_such_host') {

Removed from v.1.16  
changed lines
  Added in v.1.17


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