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/branches/2.7@12424 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
7842d3d16d
commit
1db4ae7592
@ -1892,6 +1892,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