mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
scstadmin: prevent saving statistical dif_checks_failed attribute
From Marc Smith <marc.smith@mcc.edu> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6867 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1499,6 +1499,7 @@ sub serializeNkAttr {
|
||||
|| defined($attr_filter)
|
||||
&& defined($$attr_filter{$attribute}))
|
||||
&& !defined($$attributes{$attribute}->{'keys'})
|
||||
&& $attribute ne 'dif_checks_failed'
|
||||
&& $attribute ne 'enabled'
|
||||
&& $attribute ne 'hw_target') {
|
||||
my $value = $$attributes{$attribute}->{'value'};
|
||||
|
||||
Reference in New Issue
Block a user