Correct syntax error

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15833 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2013-04-04 20:16:12 +00:00
parent 5d8c72397f
commit 056ee611fd

View File

@ -2887,7 +2887,7 @@ sub forward_data {
}
$callback->($_);
}
} else {
}
}
yield(); #Try to avoid useless iterations as much as possible
return $rc;