--- loncom/lonnet/perl/lonnet.pm 2018/11/01 04:33:11 1.1387 +++ loncom/lonnet/perl/lonnet.pm 2018/11/01 18:20:40 1.1388 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.1387 2018/11/01 04:33:11 raeburn Exp $ +# $Id: lonnet.pm,v 1.1388 2018/11/01 18:20:40 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -237,7 +237,7 @@ sub get_servercerts_info { } return if ($hostname eq ''); my ($rep,$uselocal); - if (context eq 'install') { + if ($context eq 'install') { $uselocal = 1; } elsif (grep { $_ eq $lonhost } ¤t_machine_ids()) { $uselocal = 1;