mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +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
|
# Add other maps
|
||||||
local $afiles = &aliases_file($conf);
|
local $afiles = &aliases_file($conf);
|
||||||
push(@rv, $afiles);
|
push(@rv, @$afiles);
|
||||||
local $vfile = &virtusers_file($conf);
|
local $vfile = &virtusers_file($conf);
|
||||||
push(@rv, $vfile) if ($vfile);
|
push(@rv, $vfile) if ($vfile);
|
||||||
local $mfile = &mailers_file($conf);
|
local $mfile = &mailers_file($conf);
|
||||||
|
|||||||
Reference in New Issue
Block a user