[LON-CAPA-cvs] cvs: loncom /lti ltiauth.pm
raeburn
raeburn at source.lon-capa.org
Wed Aug 11 20:05:27 EDT 2021
raeburn Thu Aug 12 00:05:27 2021 EDT
Modified files:
/loncom/lti ltiauth.pm
Log:
- Args in lonnet::spareserver() consistent with lonnet.pm rev. 1.1451 change.
Index: loncom/lti/ltiauth.pm
diff -u loncom/lti/ltiauth.pm:1.22 loncom/lti/ltiauth.pm:1.23
--- loncom/lti/ltiauth.pm:1.22 Sat Aug 7 20:11:53 2021
+++ loncom/lti/ltiauth.pm Thu Aug 12 00:05:27 2021
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Basic LTI Authentication Module
#
-# $Id: ltiauth.pm,v 1.22 2021/08/07 20:11:53 raeburn Exp $
+# $Id: ltiauth.pm,v 1.23 2021/08/12 00:05:27 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -854,7 +854,7 @@
my $lowest_load;
($otherserver,undef,undef,undef,$lowest_load) = &Apache::lonnet::choose_server($udom);
if ($lowest_load > 100) {
- $otherserver = &Apache::lonnet::spareserver($lowest_load,$lowest_load,1,$udom);
+ $otherserver = &Apache::lonnet::spareserver($r,$lowest_load,$lowest_load,1,$udom);
}
}
if ($otherserver ne '') {
More information about the LON-CAPA-cvs
mailing list