mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +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;
|
||||
}
|
||||
#else
|
||||
int virStorageFileGetNPIVKey(const char *path,
|
||||
int virStorageFileGetNPIVKey(const char *path ATTRIBUTE_UNUSED,
|
||||
char **key ATTRIBUTE_UNUSED)
|
||||
{
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user