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:
parent
27dea1a2a9
commit
50fdcec19d
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user