2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

-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:
jbjohnso 2009-05-06 20:07:44 +00:00
parent 2e175519ce
commit 4ab629b3de

View File

@ -991,7 +991,7 @@ sub dispatch_request {
@prexcatdests=($_->{'_xcatdest'});
}
foreach (@prexcatdests) {
if (/,/) {
if ($_ and /,/) {
push @xcatdests,split /,/,$_;
} else {
push @xcatdests,$_;