Merge branch 'svn-trunk'

This commit is contained in:
Bart Van Assche
2020-05-14 13:48:27 -07:00

View File

@@ -5883,9 +5883,8 @@ sub cacheAttributes {
my $value = $$attributes{$attribute}->{'value'};
# Write-only attributes (e.g. abort_isp) do not have
# a value.
if (defined($value)) {
$cache{$attribute}->{$value} = FALSE;
}
$value = "" if (!defined($value));
$cache{$attribute}->{$value} = FALSE;
}
}