[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /auth switchserver.pm

raeburn raeburn at source.lon-capa.org
Sat Oct 24 22:25:27 EDT 2020


raeburn		Sun Oct 25 02:25:27 2020 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/auth	switchserver.pm 
  Log:
  - For 2.11
    Include one change in backport of 1.51 omitted in rev. 1.35.2.3
  
  
Index: loncom/auth/switchserver.pm
diff -u loncom/auth/switchserver.pm:1.35.2.3 loncom/auth/switchserver.pm:1.35.2.4
--- loncom/auth/switchserver.pm:1.35.2.3	Fri Oct 23 21:26:32 2020
+++ loncom/auth/switchserver.pm	Sun Oct 25 02:25:27 2020
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Switch Servers Handler
 #
-# $Id: switchserver.pm,v 1.35.2.3 2020/10/23 21:26:32 raeburn Exp $
+# $Id: switchserver.pm,v 1.35.2.4 2020/10/25 02:25:27 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -226,7 +226,7 @@
 
 # ---------------------------------------------------------------- Get handover
 
-    my ($is_balancer,$setcookie,$newcookieid);
+    my ($is_balancer,$setcookie,$newcookieid,$otherbalcookie);
     my $only_body = 0;
     ($is_balancer,undef,$setcookie) =
         &Apache::lonnet::check_loadbalancing($env{'user.name'},$env{'user.domain'},'switchserver');




More information about the LON-CAPA-cvs mailing list