Kill child pid if cannot open ssl socket.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3465 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
2507582e5c
commit
b2bfeaea11
@ -234,6 +234,7 @@ sub getresponse
|
||||
my $msg = "aixremoteshell: Cannot connect to host \'$::servnode\'\n";
|
||||
`logger -t xcat $msg`;
|
||||
#print $msg;
|
||||
kill 2, $lpid;
|
||||
return undef;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user