2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +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
commit 58c44c1e91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,