Actually the hash map type is sometimes missing

This commit is contained in:
Jamie Cameron
2024-11-25 15:48:05 -08:00
parent 0178d7ae99
commit 1a0eed3943

View File

@@ -2301,7 +2301,6 @@ return 1;
sub supports_map_type
{
local ($type) = @_;
return 1 if ($type eq 'hash'); # Assume always supported
if (!scalar(@supports_map_type_cache)) {
@supports_map_type = ( );
open(POSTCONF, "$config{'postfix_config_command'} -m |");