From 0e67259ae40f7e484ba68652177b60b3bacf994c Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Sun, 2 Aug 2026 19:02:27 +0200 Subject: [PATCH] Fix to read cache into the correct hash https://github.com/virtualmin/virtualmin-gpl/issues/1221#issuecomment-5159276506 --- proftpd/proftpd-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proftpd/proftpd-lib.pl b/proftpd/proftpd-lib.pl index 9afc73b15..383d60144 100755 --- a/proftpd/proftpd-lib.pl +++ b/proftpd/proftpd-lib.pl @@ -9,7 +9,7 @@ use WebminCore; # if the ProFTPd binary changes, when Webmin is upgraded my @st = stat($config{'proftpd_path'}); my %oldsite; -&read_file("$module_config_directory/site", \%site); +&read_file("$module_config_directory/site", \%oldsite); if ($oldsite{'size'} != $st[7] || !$oldsite{'version'} || !$oldsite{'fullversion'} ||