mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 21:21:28 +00:00
Merge branch 'svn-trunk'
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user