mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Regexp map types don't need to be re-generated
This commit is contained in:
@@ -680,7 +680,8 @@ sub regenerate_any_table
|
||||
foreach $map (@files)
|
||||
{
|
||||
next unless $map;
|
||||
if (&file_map_type($map->[0])) {
|
||||
if (&file_map_type($map->[0]) &&
|
||||
$map->[0] ne 'regexp' && $map->[0] ne 'pcre') {
|
||||
local $out = &backquote_logged("$config{'postfix_lookup_table_command'} -c $config_dir $map->[0]:$map->[1] 2>&1");
|
||||
if ($?) { &error(&text('regenerate_table_efailed', $map->[1], $out)); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user