util: Fix build issue with virStorageFileGetNPIVKey

Signed-off-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
John Ferlan 2019-02-01 11:32:56 -05:00
parent f2b4039194
commit 170f83506e

View File

@ -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;