mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-19 13:46:25 +00:00
- Small directory check in _issueLip(). Not sure why this is needed.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3956 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -5006,8 +5006,11 @@ sub _issueLip {
|
||||
my $ldir = $SCST->SCST_TARGETS_DIR."/$driver/$target/host/device/fc_host:$host";
|
||||
|
||||
if (!(opendir $dir, $ldir)) {
|
||||
print "\t-> Driver/target is not a fibre channel target, ignoring.\n";
|
||||
return FALSE;
|
||||
$ldir = $SCST->SCST_TARGETS_DIR."/$driver/$target/host/device/fc_host/$host";
|
||||
if (!(opendir $dir, $ldir)) {
|
||||
print "\t-> Driver/target is not a fibre channel target, ignoring.\n";
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
my $lip = $ldir.'/issue_lip';
|
||||
|
||||
Reference in New Issue
Block a user