2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 12:20:40 +00:00

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);
}