- 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:
Mark Buechler
2011-07-25 20:11:21 +00:00
parent 8480912712
commit b21be77a50

View File

@@ -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};
}