mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-07-29 23:58:20 -05:00
Small bug in virtual network population.
This commit is contained in:
@@ -650,7 +650,7 @@ class vmmConnection(gobject.GObject):
|
|||||||
if not origNets.has_key(uuid):
|
if not origNets.has_key(uuid):
|
||||||
currentNets[uuid] = vmmNetwork(self.config, self, net,
|
currentNets[uuid] = vmmNetwork(self.config, self, net,
|
||||||
uuid, False)
|
uuid, False)
|
||||||
newNets[uuid] = currentNets[uuid]
|
newNets.append(uuid)
|
||||||
else:
|
else:
|
||||||
currentNets[uuid] = origNets[uuid]
|
currentNets[uuid] = origNets[uuid]
|
||||||
if currentNets[uuid].is_active():
|
if currentNets[uuid].is_active():
|
||||||
|
|||||||
Reference in New Issue
Block a user