mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Merge pull request #58 from dlintott/fix_gns3-gui_158
Remove extra line that was over-writing the auto Idle-PC value
This commit is contained in:
commit
ecf7ebc26b
@ -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