mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
util: storage: remove 'allow_probe' from virStorageFileGetMetadata
All callers pass 'false' now so it's no longer needed. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
@@ -117,7 +117,7 @@ testStorageFileGetMetadata(const char *path,
|
||||
if (VIR_STRDUP(ret->path, path) < 0)
|
||||
goto error;
|
||||
|
||||
if (virStorageFileGetMetadata(ret, uid, gid, false, false) < 0)
|
||||
if (virStorageFileGetMetadata(ret, uid, gid, false) < 0)
|
||||
goto error;
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user