This commit is contained in:
Jamie Cameron
2017-12-25 18:05:37 -08:00
parent cc5c9f5594
commit eb2722f560

View File

@@ -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);