--- loncom/interface/loncommon.pm 2021/04/19 23:07:34 1.1357 +++ loncom/interface/loncommon.pm 2021/05/07 20:07:02 1.1358 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1357 2021/04/19 23:07:34 raeburn Exp $ +# $Id: loncommon.pm,v 1.1358 2021/05/07 20:07:02 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -8637,7 +8637,7 @@ ADDMETA } } if ($offload) { - my $newserver = &Apache::lonnet::spareserver(30000,undef,1,$dom_in_use); + my $newserver = &Apache::lonnet::spareserver(undef,30000,undef,1,$dom_in_use); if (($newserver eq '') && ($offloadoth)) { my @domains = &Apache::lonnet::current_machine_domains(); if (($dom_in_use ne '') && (!grep(/^\Q$dom_in_use\E$/,@domains))) {