2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-20 05:00:34 +00:00

Merge pull request #4358 from mattaezell/4330_closesock

Fix #4330, close the socket
This commit is contained in:
cxhong
2017-11-21 10:34:55 -05:00
committed by GitHub

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,