mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Multiple aliases files are returned https://github.com/webmin/webmin/issues/741
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user