mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 11:11:27 +00:00
scstadmin: Minor source code simplification
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3600 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1430,14 +1430,8 @@ sub writeConfiguration {
|
||||
|
||||
if ($lun_buff || $init_buff) {
|
||||
$group_buff .= " {\n";
|
||||
|
||||
if ($lun_buff) {
|
||||
$group_buff .= $lun_buff;
|
||||
}
|
||||
|
||||
if ($init_buff) {
|
||||
$group_buff .= $init_buff;
|
||||
}
|
||||
$group_buff .= $lun_buff;
|
||||
$group_buff .= $init_buff;
|
||||
}
|
||||
|
||||
my $grp_attributes = $SCST->groupAttributes($driver, $target, $group);
|
||||
|
||||
Reference in New Issue
Block a user