From: Adolf Belka Date: Tue, 20 May 2025 10:57:39 +0000 (+0200) Subject: http-client-functions.pl: Fixes bug13852 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e50e6e79163d3e0ef551044f1cd11807f6e2ba5;p=ipfire-2.x.git http-client-functions.pl: Fixes bug13852 Suggested-by: Adam G Fixes: bug13852 Tested-by: Adolf Belka Tested-by: Adam G Signed-off-by: Adolf Belka Acked-by: Stefan Schantl Signed-off-by: Michael Tremer --- diff --git a/config/cfgroot/http-client-functions.pl b/config/cfgroot/http-client-functions.pl index 51687ffde..7f7675bbf 100644 --- a/config/cfgroot/http-client-functions.pl +++ b/config/cfgroot/http-client-functions.pl @@ -178,7 +178,7 @@ sub downloader (%) { # Check if an file for etags has been given. if ($etags_file) { # Read-in Etags file for known Etags if the file is present. - &readhash("$etags_file", \%etags) if (-f $etags_file); + &General::readhash("$etags_file", \%etags) if (-f $etags_file); # Check if an Etag for the requested file is stored. if ($etags{$etagprefix}) {