mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 12:41:26 +00:00
- Ignore the new DEVICE_GROUP clause when applying SCST attributes.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3756 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1922,6 +1922,7 @@ sub applyConfiguration {
|
||||
foreach my $item (keys %{$CONFIG}) {
|
||||
next if ($item eq 'HANDLER');
|
||||
next if ($item eq 'TARGET_DRIVER');
|
||||
next if ($item eq 'DEVICE_GROUP');
|
||||
$_attributes{$item} = $$CONFIG{$item};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user