mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 23:07:44 +00:00
util: Fix build issue with virStorageFileGetNPIVKey
Signed-off-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
parent
f2b4039194
commit
170f83506e
@ -1564,7 +1564,7 @@ virStorageFileGetNPIVKey(const char *path,
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
int virStorageFileGetNPIVKey(const char *path,
|
int virStorageFileGetNPIVKey(const char *path ATTRIBUTE_UNUSED,
|
||||||
char **key ATTRIBUTE_UNUSED)
|
char **key ATTRIBUTE_UNUSED)
|
||||||
{
|
{
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user