mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix test driver storage deadlock
This commit is contained in:
@@ -2323,9 +2323,6 @@ no_memory:
|
||||
return -1;
|
||||
}
|
||||
|
||||
static int
|
||||
testStoragePoolRefresh(virStoragePoolPtr obj,
|
||||
unsigned int flags ATTRIBUTE_UNUSED);
|
||||
|
||||
static int
|
||||
testStoragePoolStart(virStoragePoolPtr pool,
|
||||
@@ -2350,8 +2347,6 @@ testStoragePoolStart(virStoragePoolPtr pool,
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
if (testStoragePoolRefresh(pool, 0) == 0)
|
||||
goto cleanup;
|
||||
privpool->active = 1;
|
||||
ret = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user