From eb2722f560abb649d398f51fa86715833851386e Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Mon, 25 Dec 2017 18:05:37 -0800 Subject: [PATCH] Multiple aliases files are returned https://github.com/webmin/webmin/issues/741 --- sendmail/backup_config.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sendmail/backup_config.pl b/sendmail/backup_config.pl index a3143970e..f456ec817 100755 --- a/sendmail/backup_config.pl +++ b/sendmail/backup_config.pl @@ -26,7 +26,7 @@ foreach $f (&find_type("F", $conf)) { # Add other maps local $afiles = &aliases_file($conf); -push(@rv, $afiles); +push(@rv, @$afiles); local $vfile = &virtusers_file($conf); push(@rv, $vfile) if ($vfile); local $mfile = &mailers_file($conf);