mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Fix random password lost of remote GNS3VM
This commit is contained in:
parent
ae1a9d9a5f
commit
0cfdde7b7e
@ -279,6 +279,7 @@ class GNS3VM:
|
|||||||
port=self.port,
|
port=self.port,
|
||||||
user=self.user,
|
user=self.user,
|
||||||
password=self.password)
|
password=self.password)
|
||||||
|
print(compute.password)
|
||||||
|
|
||||||
@locked_coroutine
|
@locked_coroutine
|
||||||
def _suspend(self):
|
def _suspend(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user