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

raeburn raeburn at source.lon-capa.org
Sun Oct 25 22:00:13 EDT 2020


raeburn		Mon Oct 26 02:00:13 2020 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/auth	lonlogin.pm 
  Log:
  - For 2.11
    Backport 1.181
  
  
Index: loncom/auth/lonlogin.pm
diff -u loncom/auth/lonlogin.pm:1.158.2.10 loncom/auth/lonlogin.pm:1.158.2.11
--- loncom/auth/lonlogin.pm:1.158.2.10	Sat Oct 24 19:49:06 2020
+++ loncom/auth/lonlogin.pm	Mon Oct 26 02:00:13 2020
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Login Screen
 #
-# $Id: lonlogin.pm,v 1.158.2.10 2020/10/24 19:49:06 raeburn Exp $
+# $Id: lonlogin.pm,v 1.158.2.11 2020/10/26 02:00:13 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -372,6 +372,7 @@
             next if ($hostid eq $lonhost);
             my $hostname = &Apache::lonnet::hostname($hostid);
             next if (($hostname eq '') || ($spareservers{$hostname}));
+            $spareservers{$hostname} = 1;
             my $protocol = $Apache::lonnet::protocol{$hostid};
             $protocol = 'http' if ($protocol ne 'https');
             $spares.='<br /><a href="'.$protocol.'://'.




More information about the LON-CAPA-cvs mailing list