From b2bfeaea11e8905c424a32d3e5c6e70d4e054c7a Mon Sep 17 00:00:00 2001 From: nott Date: Mon, 1 Jun 2009 12:55:27 +0000 Subject: [PATCH] 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 --- xCAT/postscripts/aixremoteshell | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT/postscripts/aixremoteshell b/xCAT/postscripts/aixremoteshell index 3c070975b..b084e4d7d 100755 --- a/xCAT/postscripts/aixremoteshell +++ b/xCAT/postscripts/aixremoteshell @@ -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; }