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:
parent
e52c4c98c6
commit
b41bbd14dc
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user