From 9c736481d7d07eb4c8dcdb2cacff2365b74efbe0 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Mon, 12 Nov 2018 18:30:13 +0100 Subject: [PATCH] Fix typo --- webmin/system_info.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webmin/system_info.pl b/webmin/system_info.pl index a6d656c1f..c0b168c21 100644 --- a/webmin/system_info.pl +++ b/webmin/system_info.pl @@ -40,7 +40,7 @@ else { next if (!$ahost); # Invalid URL?? my $afile = &transname(); - &http_download($ahost, $aport, $apage, $afile, \aerr, + &http_download($ahost, $aport, $apage, $afile, \$aerr, undef, $assl, undef, undef, 5); last if ($err); my %a; @@ -64,6 +64,7 @@ else { } # Now we have the announcement hash refs, turn them into messages +# XXX need dismiss buttons my @rv; my $i = 0; foreach my $a (@ann) {