mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Small bug in virtual network population.
This commit is contained in:
parent
0ff43979a6
commit
d5fdec4801
@ -650,7 +650,7 @@ class vmmConnection(gobject.GObject):
|
||||
if not origNets.has_key(uuid):
|
||||
currentNets[uuid] = vmmNetwork(self.config, self, net,
|
||||
uuid, False)
|
||||
newNets[uuid] = currentNets[uuid]
|
||||
newNets.append(uuid)
|
||||
else:
|
||||
currentNets[uuid] = origNets[uuid]
|
||||
if currentNets[uuid].is_active():
|
||||
|
Loading…
Reference in New Issue
Block a user