mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Actually the hash map type is sometimes missing
This commit is contained in:
@@ -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 |");
|
||||
|
||||
Reference in New Issue
Block a user