mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
vz: build fix for virStorageBackendVzPoolStart
Remove unused variable. Fix for [1] [1] 821dd6d8: storage: Use VIR_AUTOFREE for storage backends Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
This commit is contained in:
parent
060e07c3ca
commit
0b856db8ab
@ -37,7 +37,6 @@ virStorageBackendVzPoolBuild(virStoragePoolObjPtr pool,
|
||||
static int
|
||||
virStorageBackendVzPoolStart(virStoragePoolObjPtr pool)
|
||||
{
|
||||
int ret = -1;
|
||||
virStoragePoolDefPtr def = virStoragePoolObjGetDef(pool);
|
||||
VIR_AUTOFREE(char *) grp_name = NULL;
|
||||
VIR_AUTOFREE(char *) usr_name = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user