fix for bug 2945898: close(BNDFILE) not necessary, the bndfile is not opened
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5156 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f88c13ae44
commit
0ff0c8250a
@ -413,7 +413,6 @@ sub readBNDfile
|
||||
next if ($line =~ /^\s*$/ || $line =~ /^\s*#/);
|
||||
push(@pkglist, $line);
|
||||
}
|
||||
close(BNDFILE);
|
||||
|
||||
return (0, \@pkglist, $bnd_file_name);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user