From 50fdcec19d4e0b431facc7c31dae37e0a06d23b4 Mon Sep 17 00:00:00 2001 From: Matt Ezell Date: Tue, 21 Nov 2017 09:44:02 -0500 Subject: [PATCH] Fix #4330, close the socket --- xCAT-server/share/xcat/cons/openbmc | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/share/xcat/cons/openbmc b/xCAT-server/share/xcat/cons/openbmc index 437101ab2..91854150c 100755 --- a/xCAT-server/share/xcat/cons/openbmc +++ b/xCAT-server/share/xcat/cons/openbmc @@ -113,6 +113,7 @@ while (!defined($sock)) { Timeout => 10 ); } +$sock->close(); # To automatically connect to the console without the need to send over the ssh keys,