]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
http-client-functions.pl: Fixes bug13852
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 20 May 2025 10:57:39 +0000 (12:57 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 22 May 2025 15:17:50 +0000 (15:17 +0000)
Suggested-by: Adam G <ag@ipfire.org>
Fixes: bug13852
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Tested-by: Adam G <ag@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Acked-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/cfgroot/http-client-functions.pl

index 51687ffdeb354f512164eab8db23fd54e080085e..7f7675bbf1a01fb04c110b9b71681e9ab50cca31 100644 (file)
@@ -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}) {