2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Fix #4330, close the socket

This commit is contained in:
Matt Ezell 2017-11-21 09:44:02 -05:00
parent 27dea1a2a9
commit 50fdcec19d

View File

@ -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,