[LON-CAPA-cvs] cvs: loncom(version_2_11_X) / lond

raeburn raeburn at source.lon-capa.org
Sun Jan 12 22:46:33 EST 2020


raeburn		Mon Jan 13 03:46:33 2020 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom	lond 
  Log:
  - For 2.11
    Backport 1.536 (part)
  
  
Index: loncom/lond
diff -u loncom/lond:1.489.2.33 loncom/lond:1.489.2.34
--- loncom/lond:1.489.2.33	Thu Aug 22 14:51:51 2019
+++ loncom/lond	Mon Jan 13 03:46:32 2020
@@ -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 $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 @@
     my ($cmd, $tail, $client) = @_;
 
 
-    my $userinput = "$client:$tail";
+    my $userinput = "$cmd:$tail";
 
     my ($udom,$namespace,$what)=split(/:/,$tail,3);
     chomp($what);




More information about the LON-CAPA-cvs mailing list