-Avoid a warning on debug in certain cases
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3299 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
2e175519ce
commit
4ab629b3de
@ -991,7 +991,7 @@ sub dispatch_request {
|
||||
@prexcatdests=($_->{'_xcatdest'});
|
||||
}
|
||||
foreach (@prexcatdests) {
|
||||
if (/,/) {
|
||||
if ($_ and /,/) {
|
||||
push @xcatdests,split /,/,$_;
|
||||
} else {
|
||||
push @xcatdests,$_;
|
||||
|
Loading…
Reference in New Issue
Block a user