Correct syntax error

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15835 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2013-04-04 20:16:40 +00:00
parent 97e50a2aae
commit aca5b290c2

View File

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