Always check for modification when reading miniserv.conf

This commit is contained in:
Jamie Cameron
2022-11-12 18:25:27 -08:00
parent 87d7eec743
commit f698c0c548

View File

@@ -2293,7 +2293,7 @@ hash reference.
=cut
sub get_miniserv_config
{
return &read_file_cached(&get_miniserv_config_file(), $_[0]);
return &read_file_cached_with_stat(&get_miniserv_config_file(), $_[0]);
}
=head2 put_miniserv_config(&hash)