Fix problem where xcatd start fails to relay data to launcher process due to buffering

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13959 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-10-08 18:05:36 +00:00
parent 08912283aa
commit 4aa483e6a4

View File

@ -871,6 +871,7 @@ unless ($listener) {
}
if ($startupparent) {
print $startupparent "SUCCESS\n";
close($startupparent);
}