--- loncom/lond 2019/08/22 14:51:51 1.489.2.33 +++ loncom/lond 2020/01/13 03:46:32 1.489.2.34 @@ -2,7 +2,7 @@ # The LearningOnline Network # lond "LON Daemon" Server (port "LOND" 5663) # -# $Id: lond,v 1.489.2.33 2019/08/22 14:51:51 raeburn Exp $ +# $Id: lond,v 1.489.2.34 2020/01/13 03:46:32 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -63,7 +63,7 @@ my $DEBUG = 0; # Non zero to ena my $status=''; my $lastlog=''; -my $VERSION='$Revision: 1.489.2.33 $'; #' stupid emacs +my $VERSION='$Revision: 1.489.2.34 $'; #' stupid emacs my $remoteVERSION; my $currenthostid="default"; my $currentdomainid; @@ -4642,7 +4642,7 @@ sub get_domain_handler { my ($cmd, $tail, $client) = @_; - my $userinput = "$client:$tail"; + my $userinput = "$cmd:$tail"; my ($udom,$namespace,$what)=split(/:/,$tail,3); chomp($what);