Diff for /loncom/lond between versions 1.489.2.33 and 1.489.2.34

version 1.489.2.33, 2019/08/22 14:51:51 version 1.489.2.34, 2020/01/13 03:46:32
Line 4642  sub get_domain_handler { Line 4642  sub get_domain_handler {
     my ($cmd, $tail, $client) = @_;      my ($cmd, $tail, $client) = @_;
   
   
     my $userinput = "$client:$tail";      my $userinput = "$cmd:$tail";
   
     my ($udom,$namespace,$what)=split(/:/,$tail,3);      my ($udom,$namespace,$what)=split(/:/,$tail,3);
     chomp($what);      chomp($what);

Removed from v.1.489.2.33  
changed lines
  Added in v.1.489.2.34


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