mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-03 07:33:50 +00:00
network: Don't unlock non-locked network driver
In dd7bfb2cdc5d I've removed locking of the network driver upon it's allocation. However, I forgot to remove one location of the driver unlock. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
fbec5b949b
commit
03e3da2212
@ -718,8 +718,6 @@ networkStateInitialize(bool privileged,
|
||||
return ret;
|
||||
|
||||
error:
|
||||
if (network_driver)
|
||||
networkDriverUnlock(network_driver);
|
||||
networkStateCleanup();
|
||||
goto cleanup;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user