1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 03:08:14 +00:00

Remove extra line that was over-writing the auto Idle-PC value

Fixes GNS3/gns3-gui#158
This commit is contained in:
Daniel Lintott 2014-12-09 19:39:22 +00:00
parent 20592f72c0
commit 317a37147e

View File

@ -760,7 +760,6 @@ class VM(object):
if was_auto_started:
router.stop()
validated_idlepc = "0x0"
response = {"id": router.id,
"logs": logs,
"idlepc": validated_idlepc}