1
0
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:
Julien Duponchelle 2016-10-27 16:50:00 +02:00
parent ae1a9d9a5f
commit 0cfdde7b7e
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -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):