mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-30 20:28:08 +00:00
Remove extra line that was over-writing the auto Idle-PC value
Fixes GNS3/gns3-gui#158
This commit is contained in:
parent
20592f72c0
commit
317a37147e
@ -760,7 +760,6 @@ class VM(object):
|
|||||||
if was_auto_started:
|
if was_auto_started:
|
||||||
router.stop()
|
router.stop()
|
||||||
|
|
||||||
validated_idlepc = "0x0"
|
|
||||||
response = {"id": router.id,
|
response = {"id": router.id,
|
||||||
"logs": logs,
|
"logs": logs,
|
||||||
"idlepc": validated_idlepc}
|
"idlepc": validated_idlepc}
|
||||||
|
Loading…
Reference in New Issue
Block a user