Fix problem where a bare newline could cause xcatd to be confused

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12425 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-05-01 17:52:55 +00:00
parent e52c4c98c6
commit b41bbd14dc

View File

@ -1893,6 +1893,7 @@ sub relay_fds { #Relays file descriptors from pipes to children to the SSL socke
close($rin);
}
}
chomp($clientintr);
unless ($clientintr) {
next;
}