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:
nott 2009-06-01 12:55:27 +00:00
parent 2507582e5c
commit b2bfeaea11

View File

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